NetAppElasticAccountPatch Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| NetAppElasticAccountPatch() |
Initializes a new instance of NetAppElasticAccountPatch. |
| NetAppElasticAccountPatch(ManagedServiceIdentity, IDictionary<String,String>, ElasticEncryption) |
NetAppElasticAccountPatch()
- Source:
- NetAppElasticAccountPatch.cs
Initializes a new instance of NetAppElasticAccountPatch.
public NetAppElasticAccountPatch();
Public Sub New ()
Applies to
NetAppElasticAccountPatch(ManagedServiceIdentity, IDictionary<String,String>, ElasticEncryption)
public NetAppElasticAccountPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.NetApp.Models.ElasticEncryption elasticAccountUpdateEncryption = default);
new Azure.ResourceManager.NetApp.Models.NetAppElasticAccountPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.NetApp.Models.ElasticEncryption -> Azure.ResourceManager.NetApp.Models.NetAppElasticAccountPatch
Public Sub New (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional elasticAccountUpdateEncryption As ElasticEncryption = Nothing)
Parameters
- identity
- ManagedServiceIdentity
- tags
- IDictionary<String,String>
- elasticAccountUpdateEncryption
- ElasticEncryption