Partager via


Profile Constructeurs

Définition

Surcharges

Profile()

Initialise une nouvelle instance de la classe Profile.

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

Initialise une nouvelle instance de la classe Profile.

Profile()

Initialise une nouvelle instance de la classe Profile.

public Profile ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe 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)

Paramètres

id
String

ID de ressource complet pour la ressource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

name
String

nom de la ressource.

type
String

Type de la ressource. Ex- Microsoft.Network/trafficManagerProfiles.

tags
IDictionary<String,String>

Balises de ressource.

location
String

Région Azure où réside la ressource

profileStatus
Nullable<ProfileStatus>

Status du profil Traffic Manager. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

trafficRoutingMethod
Nullable<TrafficRoutingMethod>

Méthode de routage du trafic du profil Traffic Manager. Les valeurs possibles sont les suivantes : « Performance », « Priority », « Weighted », « Geographic », « MultiValue », « Subnet »

dnsConfig
DnsConfig

Paramètres DNS du profil Traffic Manager.

monitorConfig
MonitorConfig

Paramètres de surveillance du point de terminaison du profil Traffic Manager.

endpoints
IList<Endpoint>

Liste des points de terminaison dans le profil Traffic Manager.

trafficViewEnrollmentStatus
Nullable<TrafficViewEnrollmentStatus>

Indique si le mode Trafic est « Activé » ou « Désactivé » pour le profil Traffic Manager. Null, indique « Désactivé ». L’activation de cette fonctionnalité augmente le coût du profil Traffic Manage. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

allowedEndpointRecordTypes
IList<Nullable<AllowedEndpointRecordType>>

Liste des types d’enregistrements de point de terminaison autorisés.

maxReturn
Nullable<Int64>

Nombre maximal de points de terminaison à retourner pour le type de routage MultiValue.

S’applique à