ITrafficManagerNestedProfileEndpoint 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 nested profile endpoint.
public interface ITrafficManagerNestedProfileEndpoint : 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 ITrafficManagerNestedProfileEndpoint = 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 ITrafficManagerNestedProfileEndpoint
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) |
MinimumChildEndpointCount |
Gets the number of child endpoints to be online to consider nested profile as healthy. |
MonitorStatus |
Gets the monitor status of the endpoint. (Inherited from ITrafficManagerEndpoint) |
Name |
Gets the name of the resource (Inherited from IHasName) |
NestedProfileId |
Gets the nested traffic manager profile resource id. |
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) |
SourceTrafficLocation |
Gets the location of the traffic that the endpoint handles. |
SubnetRoute |
Gets the subnet route for the subnet routing feature (Inherited from ITrafficManagerEndpoint) |
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