Bagikan melalui


IUpdate Interface

Definition

The template for a express route circuit update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Update.IWithAllowClassicOperations, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Update.IWithAuthorization, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Update.IWithBandwidth, Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Update.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Network.Fluent.ExpressRouteCircuit.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Network.Fluent.IExpressRouteCircuit>
type IUpdate = interface
    interface IAppliable<IExpressRouteCircuit>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithBandwidth
    interface IWithSku
    interface IWithAllowClassicOperations
    interface IWithAuthorization
Public Interface IUpdate
Implements IAppliable(Of IExpressRouteCircuit), IUpdateWithTags(Of IUpdate), IWithAllowClassicOperations, IWithAuthorization, IWithBandwidth, IWithSku
Implements

Properties

Key (Inherited from IIndexable)

Methods

Apply()

Execute the update request.

(Inherited from IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

Execute the update request asynchronously.

(Inherited from IAppliable<T>)
WithAuthorization(String) (Inherited from IWithAuthorization)
WithBandwidthInMbps(Int32) (Inherited from IWithBandwidth)
WithClassicOperations() (Inherited from IWithAllowClassicOperations)
WithoutClassicOperations() (Inherited from IWithAllowClassicOperations)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithSku(ExpressRouteCircuitSkuType) (Inherited from IWithSku)
WithTag(String, String)

Adds a tag to the resource.

(Inherited from IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

Specifies tags for the resource as a {@link Map}.

(Inherited from IUpdateWithTags<T>)

Applies to