IUpdate Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The template for an update operation, containing all the settings that can be modified.
public interface IUpdate : Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IWithAdminUserEnabled, Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IWithSku, Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IWithWebhook, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.ContainerRegistry.Fluent.Registry.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.ContainerRegistry.Fluent.IRegistry>
type IUpdate = interface
interface IUpdateWithTags<IUpdate>
interface IAppliable<IRegistry>
interface IIndexable
interface IWithAdminUserEnabled
interface IWithSku
interface IWithSkuBeta
interface IBeta
interface IWithWebhook
Public Interface IUpdate
Implements IAppliable(Of IRegistry), IBeta, IUpdateWithTags(Of IUpdate), IWithAdminUserEnabled, IWithSku, IWithWebhook
- 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>) |
DefineWebhook(String) |
Begins the definition of a new webhook to be added to this container registry. (Inherited from IWithWebhook) |
UpdateWebhook(String) |
Begins the description of an update of an existing webhook of this container registry. (Inherited from IWithWebhook) |
WithBasicSku() |
Updates the current container registry to a 'managed' registry with a 'Basic' SKU type. (Inherited from IWithSkuBeta) |
WithoutRegistryNameAsAdminUser() |
Disable admin user. (Inherited from IWithAdminUserEnabled) |
WithoutTag(String) |
Removes a tag from the resource. (Inherited from IUpdateWithTags<T>) |
WithoutWebhook(String) |
Removes a webhook from the container registry. (Inherited from IWithWebhook) |
WithPremiumSku() |
Updates the current container registry to a 'managed' registry with a 'Premium' SKU type. (Inherited from IWithSkuBeta) |
WithRegistryNameAsAdminUser() |
Enable admin user. (Inherited from IWithAdminUserEnabled) |
WithStandardSku() |
Updates the current container registry to a 'managed' registry with a 'Standard' SKU type. (Inherited from IWithSkuBeta) |
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
Azure SDK for .NET