ProfileInner Class

Definition

Class representing a Traffic Manager profile.

[Microsoft.Rest.Serialization.JsonTransformation]
public class ProfileInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ProfileInner = class
    inherit Resource
Public Class ProfileInner
Inherits Resource
Inheritance
Attributes

Constructors

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.

Properties

DnsConfig

Gets or sets the DNS settings of the Traffic Manager profile.

Endpoints

Gets or sets the list of endpoints in the Traffic Manager profile.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
MaxReturn

Gets or sets maximum number of endpoints to be returned for MultiValue routing type.

MonitorConfig

Gets or sets the endpoint monitoring settings of the Traffic Manager profile.

Name

Resource name

(Inherited from ProxyResource)
ProfileStatus

Gets or sets the status of the Traffic Manager profile. Possible values include: 'Enabled', 'Disabled'

Tags

Resource tags

(Inherited from Resource)
TrafficRoutingMethod

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

TrafficViewEnrollmentStatus

Gets or sets 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'

Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to