ITrafficManagerAzureEndpoint Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An immutable client-side representation of an Azure traffic manager profile Azure endpoint.
public interface ITrafficManagerAzureEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IExternalChildResource<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint,Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.TrafficManager.Fluent.Models.EndpointInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerProfile>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint>, Microsoft.Azure.Management.TrafficManager.Fluent.ITrafficManagerEndpoint
type ITrafficManagerAzureEndpoint = interface
interface ITrafficManagerEndpoint
interface IExternalChildResource<ITrafficManagerEndpoint, ITrafficManagerProfile>
interface IChildResource<ITrafficManagerProfile>
interface IHasName
interface IIndexable
interface IHasParent<ITrafficManagerProfile>
interface IRefreshable<ITrafficManagerEndpoint>
interface IHasInner<EndpointInner>
Public Interface ITrafficManagerAzureEndpoint
Implements IChildResource(Of ITrafficManagerProfile), IExternalChildResource(Of ITrafficManagerEndpoint, ITrafficManagerProfile), IHasInner(Of EndpointInner), IHasParent(Of ITrafficManagerProfile), IRefreshable(Of ITrafficManagerEndpoint), ITrafficManagerEndpoint
- Implements
-
IChildResource<IParentT> IChildResource<ITrafficManagerProfile> IExternalChildResource<ITrafficManagerEndpoint,ITrafficManagerProfile> IHasInner<EndpointInner> IHasName IHasParent<IParentT> IHasParent<ITrafficManagerProfile> IIndexable IRefreshable<FluentModelT> IRefreshable<ITrafficManagerEndpoint> ITrafficManagerEndpoint
Properties
CustomHeaders |
Gets the monitor custom headers (Inherited from ITrafficManagerEndpoint) |
EndpointType |
Gets the endpoint type. (Inherited from ITrafficManagerEndpoint) |
GeographicLocationCodes |
Gets the geographic location codes indicating the locations to which traffic will be distributed. (Inherited from ITrafficManagerEndpoint) |
Id | (Inherited from IExternalChildResource<FluentModelT,IParentT>) |
Inner | (Inherited from IHasInner<T>) |
IsEnabled |
Gets true if the endpoint is enabled, false otherwise. (Inherited from ITrafficManagerEndpoint) |
Key | (Inherited from IIndexable) |
MonitorStatus |
Gets the monitor status of the endpoint. (Inherited from ITrafficManagerEndpoint) |
Name |
Gets the name of the resource (Inherited from IHasName) |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
RoutingPriority |
Gets the priority of the endpoint which is used when traffic manager profile is configured with Priority traffic-routing method. (Inherited from ITrafficManagerEndpoint) |
RoutingWeight |
Gets the weight of the endpoint which is used when traffic manager profile is configured with Weighted traffic-routing method. (Inherited from ITrafficManagerEndpoint) |
SubnetRoute |
Gets the subnet route for the subnet routing feature (Inherited from ITrafficManagerEndpoint) |
TargetAzureResourceId |
Gets the resource id of the target Azure resource. |
TargetResourceType |
Gets the type of the target Azure resource. |
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>) |
Applies to
Azure SDK for .NET