RegionForOnlineOffline 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
RegionForOnlineOffline() |
Initializes a new instance of the RegionForOnlineOffline class. |
RegionForOnlineOffline(String) |
Initializes a new instance of the RegionForOnlineOffline class. |
RegionForOnlineOffline()
Initializes a new instance of the RegionForOnlineOffline class.
public RegionForOnlineOffline ();
Public Sub New ()
Applies to
RegionForOnlineOffline(String)
Initializes a new instance of the RegionForOnlineOffline class.
public RegionForOnlineOffline (string region);
new Microsoft.Azure.Management.CosmosDB.Models.RegionForOnlineOffline : string -> Microsoft.Azure.Management.CosmosDB.Models.RegionForOnlineOffline
Public Sub New (region As String)
Parameters
- region
- String
Cosmos DB region, with spaces between words and each word capitalized.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET