Freigeben über


IUpdate Schnittstelle

Definition

Gruppierung von Verbindungsgateway-Aktualisierungsphasen für virtuelle Netzwerke.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Update.IWithAuthorization, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Update.IWithBgp, Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Update.IWithSharedKey, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.VirtualNetworkGatewayConnection.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IVirtualNetworkGatewayConnection>
type IUpdate = interface
    interface IAppliable<IVirtualNetworkGatewayConnection>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithBgp
    interface IWithSharedKey
    interface IWithAuthorization
Public Interface IUpdate
Implements IAppliable(Of IVirtualNetworkGatewayConnection), IUpdateWithTags(Of IUpdate), IWithAuthorization, IWithBgp, IWithSharedKey
Implementiert

Eigenschaften

Key

Gruppierung von Verbindungsgateway-Aktualisierungsphasen für virtuelle Netzwerke.

(Geerbt von IIndexable)

Methoden

Apply()

Führen Sie die Updateanforderung aus.

(Geerbt von IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Führen Sie die Updateanforderung asynchron aus.

(Geerbt von IAppliable<T>)
WithAuthorization(String)

Geben Sie den Autorisierungsschlüssel an. Dies ist im Fall einer Expressroute-Verbindung erforderlich, wenn sich die ExpressRoute-Verbindung und das Gateway für virtuelle Netzwerke in unterschiedlichen Abonnements befinden.

(Geerbt von IWithAuthorization)
WithBgp()

Aktivieren Sie BGP für die Verbindung.

(Geerbt von IWithBgp)
WithoutBgp()

Deaktivieren Sie BGP für die Verbindung.

(Geerbt von IWithBgp)
WithoutTag(String)

Entfernt ein Tag aus der Ressource.

(Geerbt von IUpdateWithTags<T>)
WithSharedKey(String)

Geben Sie den freigegebenen Schlüssel an.

(Geerbt von IWithSharedKey)
WithTag(String, String)

Fügt der Ressource ein Tag hinzu.

(Geerbt von IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Gibt Tags für die Ressource als {@link Map} an.

(Geerbt von IUpdateWithTags<T>)

Gilt für: