IUpdate Interface

Definition

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

public interface IUpdate : Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IWithEndpoint, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>
type IUpdate = interface
    interface IAppliable<ICdnProfile>
    interface IIndexable
    interface IWithEndpoint
    interface IWithEndpointBeta
    interface IBeta
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ICdnProfile), IBeta, IUpdateWithTags(Of IUpdate), IWithEndpoint
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>)
DefineNewEndpoint()

Starts the definition of a new endpoint to be attached to the CDN profile.

(Inherited from IWithEndpointBeta)
DefineNewEndpoint(String)

Starts the definition of a new endpoint to be attached to the CDN profile.

(Inherited from IWithEndpoint)
DefineNewEndpoint(String, String)

Specifies definition of an endpoint to be attached to the CDN profile.

(Inherited from IWithEndpointBeta)
DefineNewPremiumEndpoint()

Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.

(Inherited from IWithEndpointBeta)
DefineNewPremiumEndpoint(String)

Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.

(Inherited from IWithEndpoint)
DefineNewPremiumEndpoint(String, String)

Starts the definition of a new endpoint to be attached to this Premium Verizon CDN profile.

(Inherited from IWithEndpointBeta)
UpdateEndpoint(String)

Begins the description of an update of an existing endpoint in current profile.

(Inherited from IWithEndpoint)
UpdatePremiumEndpoint(String)

Begins the description of an update of an existing endpoint in current Premium Verizon profile.

(Inherited from IWithEndpoint)
WithNewEndpoint(String)

Adds a new endpoint.

(Inherited from IWithEndpoint)
WithNewPremiumEndpoint(String)

Adds new endpoint to current Premium Verizon CDN profile.

(Inherited from IWithEndpoint)
WithoutEndpoint(String)

Removes an endpoint from the profile.

(Inherited from IWithEndpoint)
WithoutTag(String)

Removes a tag from the resource.

(Inherited from IUpdateWithTags<T>)
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