ITrafficManagerProfile Interface

Definition

An immutable client-side representation of an Azure traffic manager profile.

public interface ITrafficManagerProfile : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IGroupableResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManager,Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.ProfileInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>
type ITrafficManagerProfile = interface
    interface IGroupableResource<ITrafficManager, ProfileInner>
    interface IResource
    interface IIndexable
    interface IHasId
    interface IHasName
    interface IHasResourceGroup
    interface IHasManager<ITrafficManager>
    interface IHasInner<ProfileInner>
    interface IRefreshable<ITrafficManagerProfile>
    interface IUpdatable<IUpdate>
Public Interface ITrafficManagerProfile
Implements IGroupableResource(Of ITrafficManager, ProfileInner), IHasInner(Of ProfileInner), IHasManager(Of ITrafficManager), IRefreshable(Of ITrafficManagerProfile), IUpdatable(Of IUpdate)
Implements

Properties

AzureEndpoints

Gets Azure endpoints in the traffic manager profile, indexed by the name.

DnsLabel

Gets the relative DNS name of the traffic manager profile.

ExternalEndpoints

Gets external endpoints in the traffic manager profile, indexed by the name.

Fqdn

Gets fully qualified domain name (FQDN) of the traffic manager profile.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
IntervalInSeconds

Gets the monitor interval for endpoints in this profile. This is the interval at which Traffic Manager will check the health of each endpoint in this profile.

IsEnabled

Gets true if the traffic manager profile is enabled, false if enabled.

Key (Inherited from IIndexable)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
MonitoringPath

Gets the path that is monitored to check the health of traffic manager profile endpoints.

MonitoringPort

Gets the port that is monitored to check the health of traffic manager profile endpoints.

MonitorStatus

Gets profile monitor status which is combination of the endpoint monitor status values for all endpoints in the profile, and the configured profile status.

Name

Gets the name of the resource

(Inherited from IHasName)
NestedProfileEndpoints

Gets nested traffic manager profile endpoints in this traffic manager profile, indexed by the name.

Region (Inherited from IResource)
RegionName (Inherited from IResource)
ResourceGroupName (Inherited from IHasResourceGroup)
Tags (Inherited from IResource)
TimeoutInSeconds

Gets the monitor timeout for endpoints in this profile. This is the time that Traffic Manager allows endpoints in this profile to response to the health check.

TimeToLive

Gets the DNS Time-To-Live (TTL), in seconds.

ToleratedNumberOfFailures

Gets the number of consecutive failed health check that Traffic Manager tolerates before declaring an endpoint in this profile Degraded after the next failed health check.

TrafficRoutingMethod

Gets the routing method used to route traffic to traffic manager profile endpoints.

Type (Inherited from IResource)

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
Update() (Inherited from IUpdatable<T>)

Applies to