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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET