Udostępnij za pośrednictwem


RegionSetting Constructors

Definition

Overloads

RegionSetting()

Initializes a new instance of the RegionSetting class.

RegionSetting(String, Nullable<Double>, String)

Initializes a new instance of the RegionSetting class.

RegionSetting()

Initializes a new instance of the RegionSetting class.

public RegionSetting ();
Public Sub New ()

Applies to

RegionSetting(String, Nullable<Double>, String)

Initializes a new instance of the RegionSetting class.

public RegionSetting (string name = default, double? value = default, string customsubdomain = default);
new Microsoft.Azure.Management.CognitiveServices.Models.RegionSetting : string * Nullable<double> * string -> Microsoft.Azure.Management.CognitiveServices.Models.RegionSetting
Public Sub New (Optional name As String = Nothing, Optional value As Nullable(Of Double) = Nothing, Optional customsubdomain As String = Nothing)

Parameters

name
String

Name of the region.

value
Nullable<Double>

A value for priority or weighted routing methods.

customsubdomain
String

Maps the region to the regional custom subdomain.

Applies to