ProfileInner Constructors

Definition

Overloads

ProfileInner()

Initializes a new instance of the ProfileInner class.

ProfileInner(String, String, String, String, IDictionary<String, String>, String, String, DnsConfig, MonitorConfig, IList<EndpointInner>, String, Nullable<Int64>)

Initializes a new instance of the ProfileInner class.

ProfileInner()

Initializes a new instance of the ProfileInner class.

public ProfileInner ();
Public Sub New ()

Applies to

ProfileInner(String, String, String, String, IDictionary<String, String>, String, String, DnsConfig, MonitorConfig, IList<EndpointInner>, String, Nullable<Int64>)

Initializes a new instance of the ProfileInner class.

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

Parameters

location
String

The Azure Region where the resource lives

id
String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. Ex- Microsoft.Network/trafficmanagerProfiles.

tags
IDictionary<String,String>

Resource tags.

profileStatus
String

The status of the Traffic Manager profile. Possible values include: 'Enabled', 'Disabled'

trafficRoutingMethod
String

The traffic routing method of the Traffic Manager profile. Possible values include: 'Performance', 'Priority', 'Weighted', 'Geographic', 'MultiValue', 'Subnet'

dnsConfig
DnsConfig

The DNS settings of the Traffic Manager profile.

monitorConfig
MonitorConfig

The endpoint monitoring settings of the Traffic Manager profile.

endpoints
IList<EndpointInner>

The list of endpoints in the Traffic Manager profile.

trafficViewEnrollmentStatus
String

Indicates whether Traffic View is 'Enabled' or 'Disabled' for the Traffic Manager profile. Null, indicates 'Disabled'. Enabling this feature will increase the cost of the Traffic Manage profile. Possible values include: 'Enabled', 'Disabled'

maxReturn
Nullable<Int64>

Maximum number of endpoints to be returned for MultiValue routing type.

Applies to