IUpdate Interface

Definition

The template for an availability set update operation, containing all the settings that can be modified.

public interface IUpdate : Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Update.IWithProximityPlacementGroup, Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Update.IWithSku, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Compute.Fluent.AvailabilitySet.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Compute.Fluent.IAvailabilitySet>
type IUpdate = interface
    interface IAppliable<IAvailabilitySet>
    interface IIndexable
    interface IUpdateWithTags<IUpdate>
    interface IWithSku
    interface IWithProximityPlacementGroup
Public Interface IUpdate
Implements IAppliable(Of IAvailabilitySet), IUpdateWithTags(Of IUpdate), IWithProximityPlacementGroup, 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>)
WithoutProximityPlacementGroup()

Remove the proximity placement group from the availability set.

(Inherited from IWithProximityPlacementGroup)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
WithProximityPlacementGroup(String)

Set information about the proximity placement group that the availability set should be assigned to.

(Inherited from IWithProximityPlacementGroup)
WithSku(AvailabilitySetSkuTypes)

Specifies the SKU type for the availability set.

(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