ArmNetAppModelFactory.NetAppElasticAccountPatch Method
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.
public static Azure.ResourceManager.NetApp.Models.NetAppElasticAccountPatch NetAppElasticAccountPatch(Azure.ResourceManager.Models.ManagedServiceIdentity identity = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.NetApp.Models.ElasticEncryption elasticAccountUpdateEncryption = default);
static member NetAppElasticAccountPatch : Azure.ResourceManager.Models.ManagedServiceIdentity * System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.NetApp.Models.ElasticEncryption -> Azure.ResourceManager.NetApp.Models.NetAppElasticAccountPatch
Public Shared Function NetAppElasticAccountPatch (Optional identity As ManagedServiceIdentity = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional elasticAccountUpdateEncryption As ElasticEncryption = Nothing) As NetAppElasticAccountPatch
Parameters
- identity
- ManagedServiceIdentity
The managed service identities assigned to this resource.
- tags
- IDictionary<String,String>
Resource tags.
- elasticAccountUpdateEncryption
- ElasticEncryption
Encryption settings.
Returns
A new NetAppElasticAccountPatch instance for mocking.