RegionSetting 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
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.
- customsubdomain
- String
Maps the region to the regional custom subdomain.