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