Exemple #1
0
 public PSDataLakeStoreAccountBasic(DataLakeStoreAccountBasic baseAccount) :
     base(
         baseAccount.Location,
         baseAccount.Id,
         baseAccount.Name,
         baseAccount.Type,
         baseAccount.Tags,
         baseAccount.ProvisioningState,
         baseAccount.State,
         baseAccount.CreationTime,
         baseAccount.LastModifiedTime,
         baseAccount.Endpoint,
         baseAccount.AccountId)
 {
     this.Identity                    = null;
     this.EncryptionState             = null;
     this.EncryptionProvisioningState = null;
     this.EncryptionConfig            = null;
     this.FirewallState               = null;
     this.FirewallRules               = null;
     this.TrustedIdProviderState      = null;
     this.TrustedIdProviders          = null;
     this.DefaultGroup                = null;
     this.NewTier               = null;
     this.CurrentTier           = null;
     this.FirewallAllowAzureIps = null;
 }
Exemple #2
0
 public PSDataLakeStoreAccountBasic(DataLakeStoreAccountBasic baseAccount) :
     base(
         baseAccount.Location,
         baseAccount.Id,
         baseAccount.Name,
         baseAccount.Type,
         baseAccount.Tags,
         baseAccount.ProvisioningState,
         baseAccount.State,
         baseAccount.CreationTime,
         baseAccount.LastModifiedTime,
         baseAccount.Endpoint,
         baseAccount.AccountId)
 {
 }