DataResidency 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
DataResidency() |
Initializes a new instance of the DataResidency class. |
DataResidency(String) |
Initializes a new instance of the DataResidency class. |
DataResidency()
Initializes a new instance of the DataResidency class.
public DataResidency ();
Public Sub New ()
Applies to
DataResidency(String)
Initializes a new instance of the DataResidency class.
public DataResidency (string type = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.DataResidency : string -> Microsoft.Azure.Management.DataBoxEdge.Models.DataResidency
Public Sub New (Optional type As String = Nothing)
Parameters
- type
- String
DataResidencyType enum. Possible values include: 'GeoZoneReplication', 'ZoneReplication'
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET