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

Profile 构造函数

定义

重载

Profile()

初始化 Profile 类的新实例。

Profile(String, String, String, IDictionary<String,String>, String, Nullable<ProfileStatus>, Nullable<TrafficRoutingMethod>, DnsConfig, MonitorConfig, IList<Endpoint>, Nullable<TrafficViewEnrollmentStatus>, IList<Nullable<AllowedEndpointRecordType>>, Nullable<Int64>)

初始化 Profile 类的新实例。

Profile()

初始化 Profile 类的新实例。

public Profile ();
Public Sub New ()

适用于

Profile(String, String, String, IDictionary<String,String>, String, Nullable<ProfileStatus>, Nullable<TrafficRoutingMethod>, DnsConfig, MonitorConfig, IList<Endpoint>, Nullable<TrafficViewEnrollmentStatus>, IList<Nullable<AllowedEndpointRecordType>>, Nullable<Int64>)

初始化 Profile 类的新实例。

public Profile (string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default, Microsoft.Azure.Management.TrafficManager.Models.ProfileStatus? profileStatus = default, Microsoft.Azure.Management.TrafficManager.Models.TrafficRoutingMethod? trafficRoutingMethod = default, Microsoft.Azure.Management.TrafficManager.Models.DnsConfig dnsConfig = default, Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig monitorConfig = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.Endpoint> endpoints = default, Microsoft.Azure.Management.TrafficManager.Models.TrafficViewEnrollmentStatus? trafficViewEnrollmentStatus = default, System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType?> allowedEndpointRecordTypes = default, long? maxReturn = default);
new Microsoft.Azure.Management.TrafficManager.Models.Profile : string * string * string * System.Collections.Generic.IDictionary<string, string> * string * Nullable<Microsoft.Azure.Management.TrafficManager.Models.ProfileStatus> * Nullable<Microsoft.Azure.Management.TrafficManager.Models.TrafficRoutingMethod> * Microsoft.Azure.Management.TrafficManager.Models.DnsConfig * Microsoft.Azure.Management.TrafficManager.Models.MonitorConfig * System.Collections.Generic.IList<Microsoft.Azure.Management.TrafficManager.Models.Endpoint> * Nullable<Microsoft.Azure.Management.TrafficManager.Models.TrafficViewEnrollmentStatus> * System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType>> * Nullable<int64> -> Microsoft.Azure.Management.TrafficManager.Models.Profile
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing, Optional profileStatus As Nullable(Of ProfileStatus) = Nothing, Optional trafficRoutingMethod As Nullable(Of TrafficRoutingMethod) = Nothing, Optional dnsConfig As DnsConfig = Nothing, Optional monitorConfig As MonitorConfig = Nothing, Optional endpoints As IList(Of Endpoint) = Nothing, Optional trafficViewEnrollmentStatus As Nullable(Of TrafficViewEnrollmentStatus) = Nothing, Optional allowedEndpointRecordTypes As IList(Of Nullable(Of AllowedEndpointRecordType)) = Nothing, Optional maxReturn As Nullable(Of Long) = Nothing)

参数

id
String

资源的完全限定资源 ID。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

name
String

资源的名称

type
String

资源类型。 Ex- Microsoft.Network/trafficManagerProfiles。

tags
IDictionary<String,String>

资源标记。

location
String

资源所在的 Azure 区域

profileStatus
Nullable<ProfileStatus>

流量管理器配置文件的状态。 可能的值包括:“Enabled”、“Disabled”

trafficRoutingMethod
Nullable<TrafficRoutingMethod>

流量管理器配置文件的流量路由方法。 可能的值包括:“Performance”、“Priority”、“Weighted”、“Geographic”、“MultiValue”、“Subnet”

dnsConfig
DnsConfig

流量管理器配置文件的 DNS 设置。

monitorConfig
MonitorConfig

流量管理器配置文件的终结点监视设置。

endpoints
IList<Endpoint>

流量管理器配置文件中的终结点列表。

trafficViewEnrollmentStatus
Nullable<TrafficViewEnrollmentStatus>

指示流量管理器配置文件的流量视图是“已启用”还是“已禁用”。 Null,表示“已禁用”。 启用此功能会增加流量管理配置文件的成本。 可能的值包括:“Enabled”、“Disabled”

allowedEndpointRecordTypes
IList<Nullable<AllowedEndpointRecordType>>

允许的终结点记录类型的列表。

maxReturn
Nullable<Int64>

要为多值路由类型返回的最大终结点数。

适用于