public PSCassandraKeyspaceGetPropertiesResource(CassandraKeyspaceGetPropertiesResource cassandraKeyspaceGetPropertiesResource)
 {
     Id    = cassandraKeyspaceGetPropertiesResource.Id;
     _rid  = cassandraKeyspaceGetPropertiesResource._rid;
     _ts   = cassandraKeyspaceGetPropertiesResource._ts;
     _etag = cassandraKeyspaceGetPropertiesResource._etag;
 }
Ejemplo n.º 2
0
        public PSCassandraKeyspaceGetPropertiesResource(CassandraKeyspaceGetPropertiesResource cassandraKeyspaceGetPropertiesResource)
        {
            if (cassandraKeyspaceGetPropertiesResource == null)
            {
                return;
            }

            Id    = cassandraKeyspaceGetPropertiesResource.Id;
            _rid  = cassandraKeyspaceGetPropertiesResource._rid;
            _ts   = cassandraKeyspaceGetPropertiesResource._ts;
            _etag = cassandraKeyspaceGetPropertiesResource._etag;
        }