Package version:

Class representing a Traffic Manager profile.

Hierarchy

Properties

allowedEndpointRecordTypes?: string[]

The list of allowed endpoint record types.

dnsConfig?: DnsConfig

The DNS settings of the Traffic Manager profile.

endpoints?: Endpoint[]

The list of endpoints in the Traffic Manager profile.

id?: string

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

location?: string

The Azure Region where the resource lives

maxReturn?: number

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

monitorConfig?: MonitorConfig

The endpoint monitoring settings of the Traffic Manager profile.

name?: string

The name of the resource

profileStatus?: string

The status of the Traffic Manager profile.

tags?: {
    [propertyName: string]: string;
}

Resource tags.

Type declaration

  • [propertyName: string]: string
trafficRoutingMethod?: string

The traffic routing method of 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.

type?: string

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

Generated using TypeDoc