Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the PatchVault class.
 /// </summary>
 /// <param name="id">Resource Id represents the complete path to the
 /// resource.</param>
 /// <param name="name">Resource name associated with the
 /// resource.</param>
 /// <param name="type">Resource type represents the complete path of
 /// the form Namespace/ResourceType/ResourceType/...</param>
 /// <param name="eTag">Optional ETag.</param>
 /// <param name="location">Resource location.</param>
 /// <param name="tags">Resource tags.</param>
 public PatchVault(string id = default(string), string name = default(string), string type = default(string), string eTag = default(string), string location = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), VaultProperties properties = default(VaultProperties), Sku sku = default(Sku))
     : base(id, name, type, eTag, location, tags)
 {
     Properties = properties;
     Sku        = sku;
     CustomInit();
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the Vault class.
 /// </summary>
 /// <param name="location">Resource location.</param>
 /// <param name="id">Resource Id represents the complete path to the
 /// resource.</param>
 /// <param name="name">Resource name associated with the
 /// resource.</param>
 /// <param name="type">Resource type represents the complete path of
 /// the form Namespace/ResourceType/ResourceType/...</param>
 /// <param name="etag">Optional ETag.</param>
 /// <param name="tags">Resource tags.</param>
 public Vault(string location, string id = default(string), string name = default(string), string type = default(string), string etag = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), IdentityData identity = default(IdentityData), VaultProperties properties = default(VaultProperties), Sku sku = default(Sku), SystemData systemData = default(SystemData))
     : base(location, id, name, type, etag, tags)
 {
     Identity   = identity;
     Properties = properties;
     Sku        = sku;
     SystemData = systemData;
     CustomInit();
 }
Beispiel #3
0
 /// <summary>
 /// Initializes a new instance of the Vault class.
 /// </summary>
 /// <param name="location">Resource location.</param>
 /// <param name="id">Resource Id represents the complete path to the
 /// resource.</param>
 /// <param name="name">Resource name associated with the
 /// resource.</param>
 /// <param name="type">Resource type represents the complete path of
 /// the form Namespace/ResourceType/ResourceType/...</param>
 /// <param name="eTag">Optional ETag.</param>
 /// <param name="tags">Resource tags.</param>
 public Vault(string location, string id = default(string), string name = default(string), string type = default(string), string eTag = default(string), IDictionary <string, string> tags = default(IDictionary <string, string>), VaultProperties properties = default(VaultProperties), Sku sku = default(Sku))
     : base(location, id, name, type, eTag, tags)
 {
     Properties = properties;
     Sku        = sku;
 }