Freigeben über


IUpdateNestedProfileEndpoint Schnittstelle

Definition

Die gesamte Aktualisierung eines geschachtelten Profilendpunkts als Teil der Aktualisierung des übergeordneten Traffic Manager-Profilprofils.

public interface IUpdateNestedProfileEndpoint : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerProfile.Update.IUpdate>, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IUpdate, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithNestedProfileConfig, Microsoft.Azure.Management.TrafficManager.Fluent.TrafficManagerEndpoint.Update.IWithSourceTrafficRegion
type IUpdateNestedProfileEndpoint = interface
    interface IWithNestedProfileConfig
    interface IWithSourceTrafficRegion
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithRoutingWeight
    interface IWithRoutingPriority
    interface IWithSubnetRouting
    interface IWithCustomHeaders
    interface IWithGeographicLocation
    interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateNestedProfileEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithNestedProfileConfig, IWithSourceTrafficRegion
Implementiert

Methoden

FromRegion(Region)

Gibt die Region des Endpunkts an, die verwendet wird, wenn die leistungsbasierte Routingmethode TrafficRoutingMethod.PERFORMANCE im Profil aktiviert ist.

(Geerbt von IWithSourceTrafficRegion)
Parent()

Die gesamte Aktualisierung eines geschachtelten Profilendpunkts als Teil der Aktualisierung des übergeordneten Traffic Manager-Profilprofils.

(Geerbt von ISettable<ParentT>)
ToProfile(ITrafficManagerProfile)

Gibt ein geschachteltes Traffic Manager-Profil für den Endpunkt an.

(Geerbt von IWithNestedProfileConfig)
WithCustomHeader(String, String)

Gibt den benutzerdefinierten Header für den Endpunkt an, der bei Integritätsprüfungen verwendet wird.

(Geerbt von IWithCustomHeaders)
WithCustomHeaders(IDictionary<String,String>)

Gibt den benutzerdefinierten Header für den Endpunkt an, der bei Integritätsprüfungen verwendet wird.

(Geerbt von IWithCustomHeaders)
WithGeographicLocation(IGeographicLocation)

Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.

(Geerbt von IWithGeographicLocation)
WithGeographicLocation(String)

Gibt den geografischen Standort für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.

(Geerbt von IWithGeographicLocation)
WithGeographicLocations(IList<IGeographicLocation>)

Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.

(Geerbt von IWithGeographicLocation)
WithGeographicLocations(IList<String>)

Gibt die Liste der geografischen Standorte für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit einer geografischen Routingmethode konfiguriert wird.

(Geerbt von IWithGeographicLocation)
WithMinimumEndpointsToEnableTraffic(Int32)

Gibt die Mindestanzahl von Endpunkten an, die online sein müssen, damit das geschachtelte Profil als fehlerfrei gilt.

(Geerbt von IWithNestedProfileConfig)
WithoutGeographicLocation(IGeographicLocation)

Gibt den geografischen Standort an, der aus den Geografischen Standorteinträgen des Endpunkts entfernt werden soll.

(Geerbt von IWithGeographicLocation)
WithoutGeographicLocation(String)

Gibt den geografischen Standort an, der aus den Geografischen Standorteinträgen des Endpunkts entfernt werden soll.

(Geerbt von IWithGeographicLocation)
WithRoutingPriority(Int32)

Gibt die Gewichtung für den Endpunkt an, der verwendet wird, wenn die prioritätsbasierte Routingmethode TrafficRoutingMethod.PRIORITY im Profil aktiviert ist.

(Geerbt von IWithRoutingPriority)
WithRoutingWeight(Int32)

Gibt die Gewichtung für den Endpunkt an, der verwendet wird, wenn die gewichtsbasierte Routingmethode TrafficRoutingMethod.WEIGHTED im Profil aktiviert ist.

(Geerbt von IWithRoutingWeight)
WithSubnetRouting(String, Int32)

Gibt die Priorität für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit der SubnetzroutingMethod.SUBNET-Methode konfiguriert wird.

(Geerbt von IWithSubnetRouting)
WithSubnetRouting(String, String)

Gibt die Priorität für den Endpunkt an, der verwendet wird, wenn das übergeordnete Profil mit der SubnetzroutingMethod.SUBNET-Methode konfiguriert wird.

(Geerbt von IWithSubnetRouting)
WithTrafficDisabled()

Gibt an, dass der Endpunkt vom Empfangen von Datenverkehr ausgeschlossen werden soll.

(Geerbt von IWithTrafficDisabledOrEnabled)
WithTrafficEnabled()

Gibt an, dass der Endpunkt den Datenverkehr empfangen soll.

(Geerbt von IWithTrafficDisabledOrEnabled)

Gilt für: