Sdílet prostřednictvím


TrafficManagerClient.CreateTrafficManagerProfile Method

Definition

Overloads

CreateTrafficManagerProfile(String, String, String, String, String, UInt32, String, UInt32, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Hashtable)
CreateTrafficManagerProfile(String, String, String, String, String, UInt32, String, UInt32, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Hashtable, List<TrafficManagerCustomHeader>, List<TrafficManagerExpectedStatusCodeRange>)

CreateTrafficManagerProfile(String, String, String, String, String, UInt32, String, UInt32, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Hashtable)

public Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerProfile CreateTrafficManagerProfile (string resourceGroupName, string profileName, string profileStatus, string trafficRoutingMethod, string relativeDnsName, uint ttl, string monitorProtocol, uint monitorPort, string monitorPath, int? monitorInterval, int? monitorTimeout, int? monitorToleratedNumberOfFailures, System.Collections.Hashtable tag);
member this.CreateTrafficManagerProfile : string * string * string * string * string * uint32 * string * uint32 * string * Nullable<int> * Nullable<int> * Nullable<int> * System.Collections.Hashtable -> Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerProfile
Public Function CreateTrafficManagerProfile (resourceGroupName As String, profileName As String, profileStatus As String, trafficRoutingMethod As String, relativeDnsName As String, ttl As UInteger, monitorProtocol As String, monitorPort As UInteger, monitorPath As String, monitorInterval As Nullable(Of Integer), monitorTimeout As Nullable(Of Integer), monitorToleratedNumberOfFailures As Nullable(Of Integer), tag As Hashtable) As TrafficManagerProfile

Parameters

resourceGroupName
String
profileName
String
profileStatus
String
trafficRoutingMethod
String
relativeDnsName
String
ttl
UInt32
monitorProtocol
String
monitorPort
UInt32
monitorPath
String
monitorInterval
Nullable<Int32>
monitorTimeout
Nullable<Int32>
monitorToleratedNumberOfFailures
Nullable<Int32>
tag
Hashtable

Returns

Applies to

CreateTrafficManagerProfile(String, String, String, String, String, UInt32, String, UInt32, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int64>, Hashtable, List<TrafficManagerCustomHeader>, List<TrafficManagerExpectedStatusCodeRange>)

public Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerProfile CreateTrafficManagerProfile (string resourceGroupName, string profileName, string profileStatus, string trafficRoutingMethod, string relativeDnsName, uint ttl, string monitorProtocol, uint monitorPort, string monitorPath, int? monitorInterval, int? monitorTimeout, int? monitorToleratedNumberOfFailures, long? maxReturn, System.Collections.Hashtable tag, System.Collections.Generic.List<Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerCustomHeader> customHeaders, System.Collections.Generic.List<Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerExpectedStatusCodeRange> expectedStatusCodeRanges);
member this.CreateTrafficManagerProfile : string * string * string * string * string * uint32 * string * uint32 * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int64> * System.Collections.Hashtable * System.Collections.Generic.List<Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerCustomHeader> * System.Collections.Generic.List<Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerExpectedStatusCodeRange> -> Microsoft.Azure.Commands.TrafficManager.Models.TrafficManagerProfile
Public Function CreateTrafficManagerProfile (resourceGroupName As String, profileName As String, profileStatus As String, trafficRoutingMethod As String, relativeDnsName As String, ttl As UInteger, monitorProtocol As String, monitorPort As UInteger, monitorPath As String, monitorInterval As Nullable(Of Integer), monitorTimeout As Nullable(Of Integer), monitorToleratedNumberOfFailures As Nullable(Of Integer), maxReturn As Nullable(Of Long), tag As Hashtable, customHeaders As List(Of TrafficManagerCustomHeader), expectedStatusCodeRanges As List(Of TrafficManagerExpectedStatusCodeRange)) As TrafficManagerProfile

Parameters

resourceGroupName
String
profileName
String
profileStatus
String
trafficRoutingMethod
String
relativeDnsName
String
ttl
UInt32
monitorProtocol
String
monitorPort
UInt32
monitorPath
String
monitorInterval
Nullable<Int32>
monitorTimeout
Nullable<Int32>
monitorToleratedNumberOfFailures
Nullable<Int32>
maxReturn
Nullable<Int64>
tag
Hashtable
expectedStatusCodeRanges
List<TrafficManagerExpectedStatusCodeRange>

Returns

Applies to