IUpdate Interface
Definition
The template for an app service certificate order update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Update.IWithAutoRenew, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.AppService.Fluent.AppServiceCertificateOrder.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.AppService.Fluent.IAppServiceCertificateOrder>
type IUpdate = interface
interface IAppliable<IAppServiceCertificateOrder>
interface IIndexable
interface IWithAutoRenew
interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of IAppServiceCertificateOrder), IUpdateWithTags(Of IUpdate), IWithAutoRenew
- Implements
Methods
Apply() |
Execute the update request. (Inherited from IAppliable<T>) |
ApplyAsync(CancellationToken, Boolean) |
Execute the update request asynchronously. (Inherited from IAppliable<T>) |
WithAutoRenew(Boolean) |
Specifies if the certificate should be auto-renewed. (Inherited from IWithAutoRenew) |
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>) |