NetAppElasticSnapshotPolicyPatch 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 |
|---|---|
| NetAppElasticSnapshotPolicyPatch() |
Initializes a new instance of NetAppElasticSnapshotPolicyPatch. |
| NetAppElasticSnapshotPolicyPatch(IDictionary<String,String>, NetAppElasticSnapshotPolicyPatchProperties) |
NetAppElasticSnapshotPolicyPatch()
Initializes a new instance of NetAppElasticSnapshotPolicyPatch.
public NetAppElasticSnapshotPolicyPatch();
Public Sub New ()
Applies to
NetAppElasticSnapshotPolicyPatch(IDictionary<String,String>, NetAppElasticSnapshotPolicyPatchProperties)
public NetAppElasticSnapshotPolicyPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.NetApp.Models.NetAppElasticSnapshotPolicyPatchProperties properties = default);
new Azure.ResourceManager.NetApp.Models.NetAppElasticSnapshotPolicyPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.NetApp.Models.NetAppElasticSnapshotPolicyPatchProperties -> Azure.ResourceManager.NetApp.Models.NetAppElasticSnapshotPolicyPatch
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As NetAppElasticSnapshotPolicyPatchProperties = Nothing)
Parameters
- tags
- IDictionary<String,String>
- properties
- NetAppElasticSnapshotPolicyPatchProperties