Profile Konstruktoren

Definition

Überlädt

Profile()

Initialisiert eine neue instance der Profile-Klasse.

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

Initialisiert eine neue instance der Profile-Klasse.

Profile()

Initialisiert eine neue instance der Profile-Klasse.

public Profile ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der Profile-Klasse.

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)

Parameter

id
String

Vollqualifizierte Ressourcen-ID für die Ressource. Beispiel: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

name
String

Der Name der Ressource

type
String

Der Typ der Ressource. Beispiel: Microsoft.Network/trafficManagerProfiles.

tags
IDictionary<String,String>

Ressourcentags.

location
String

Die Azure-Region, in der sich die Ressource befindet

profileStatus
Nullable<ProfileStatus>

Die status des Traffic Manager-Profils. Mögliche Werte: "Enabled", "Disabled"

trafficRoutingMethod
Nullable<TrafficRoutingMethod>

Die Datenverkehrsroutingmethode des Traffic Manager-Profils. Mögliche Werte: "Performance", "Priority", "Weighted", "Geographic", "MultiValue", "Subnet"

dnsConfig
DnsConfig

Die DNS-Einstellungen des Traffic Manager-Profils.

monitorConfig
MonitorConfig

Die Endpunktüberwachungseinstellungen des Traffic Manager-Profils.

endpoints
IList<Endpoint>

Die Liste der Endpunkte im Traffic Manager-Profil.

trafficViewEnrollmentStatus
Nullable<TrafficViewEnrollmentStatus>

Gibt an, ob die Traffic View für das Traffic Manager-Profil "Aktiviert" oder "Deaktiviert" ist. NULL, gibt "Disabled" an. Wenn Sie dieses Feature aktivieren, erhöhen sich die Kosten für das Profil "Datenverkehrsverwaltung". Mögliche Werte: "Enabled", "Disabled"

allowedEndpointRecordTypes
IList<Nullable<AllowedEndpointRecordType>>

Die Liste der zulässigen Endpunktdatensatztypen.

maxReturn
Nullable<Int64>

Maximale Anzahl von Endpunkten, die für den MultiValue-Routingtyp zurückgegeben werden sollen.

Gilt für: