Megosztás a következőn keresztül:


Profile Class

Definition

Class representing a Traffic Manager profile.

[Microsoft.Rest.Serialization.JsonTransformation]
public class Profile : Microsoft.Azure.Management.TrafficManager.Models.TrackedResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Profile = class
    inherit TrackedResource
Public Class Profile
Inherits TrackedResource
Inheritance
Attributes

Constructors

Profile()

Initializes a new instance of the Profile class.

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

Initializes a new instance of the Profile class.

Properties

AllowedEndpointRecordTypes

Gets or sets the list of allowed endpoint record types.

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

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

(Inherited from Resource)
Location

Gets or sets the Azure Region where the resource lives

(Inherited from TrackedResource)
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

Gets or sets the name of the resource

(Inherited from Resource)
ProfileStatus

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

Tags

Gets or sets resource tags.

(Inherited from TrackedResource)
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

Gets or sets the type of the resource. Ex- Microsoft.Network/trafficManagerProfiles.

(Inherited from Resource)

Applies to