你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.