Freigeben über


IUpdate Schnittstelle

Definition

Der Satz von Konfigurationen, die für alle Endpunkte unabhängig vom Typ (Azure, externes, geschachteltes Profil) aktualisiert werden können.

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

Methoden

Parent()

Der Satz von Konfigurationen, die für alle Endpunkte unabhängig vom Typ (Azure, externes, geschachteltes Profil) aktualisiert werden können.

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