PSLocation Constructors

Definition

Overloads

PSLocation()
PSLocation(Location)
PSLocation(String, Nullable<Int32>, Nullable<Boolean>)

PSLocation()

public PSLocation ();
Public Sub New ()

Applies to

PSLocation(Location)

public PSLocation (Microsoft.Azure.Management.CosmosDB.Models.Location location);
new Microsoft.Azure.Commands.CosmosDB.Models.PSLocation : Microsoft.Azure.Management.CosmosDB.Models.Location -> Microsoft.Azure.Commands.CosmosDB.Models.PSLocation
Public Sub New (location As Location)

Parameters

location
Location

Applies to

PSLocation(String, Nullable<Int32>, Nullable<Boolean>)

public PSLocation (string locationName, int? failoverPriority, bool? isZoneRedundant);
new Microsoft.Azure.Commands.CosmosDB.Models.PSLocation : string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Commands.CosmosDB.Models.PSLocation
Public Sub New (locationName As String, failoverPriority As Nullable(Of Integer), isZoneRedundant As Nullable(Of Boolean))

Parameters

locationName
String
failoverPriority
Nullable<Int32>
isZoneRedundant
Nullable<Boolean>

Applies to