Freigeben über


IUpdateAzureEndpoint Schnittstelle

Definition

Die gesamte Aktualisierung eines Azure-Endpunkts als Teil der Profilaktualisierung des übergeordneten Traffic Manager-Profils.

public interface IUpdateAzureEndpoint : 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.IWithAzureResource
type IUpdateAzureEndpoint = interface
    interface IWithAzureResource
    interface IUpdate
    interface ISettable<IUpdate>
    interface IWithRoutingWeight
    interface IWithRoutingPriority
    interface IWithSubnetRouting
    interface IWithCustomHeaders
    interface IWithGeographicLocation
    interface IWithTrafficDisabledOrEnabled
Public Interface IUpdateAzureEndpoint
Implements ISettable(Of IUpdate), IUpdate, IWithAzureResource
Implementiert

Methoden

Parent()

Die gesamte Aktualisierung eines Azure-Endpunkts als Teil der Profilaktualisierung des übergeordneten Traffic Manager-Profils.

(Geerbt von ISettable<ParentT>)
ToResourceId(String)

Gibt die Ressourcen-ID einer Azure-Ressource an. Unterstützte Azure-Ressourcen sind Clouddienst, Web-App oder öffentliche IP-Adresse.

(Geerbt von IWithAzureResource)
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)
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: