Interface Registry.Update
-
- All Superinterfaces:
Appliable<Registry>,Indexable,Registry.UpdateStages.WithAdminUserEnabled,Registry.UpdateStages.WithPublicNetworkAccess,Registry.UpdateStages.WithSku,Registry.UpdateStages.WithWebhook,Resource.UpdateWithTags<Registry.Update>
- Enclosing interface:
- Registry
public static interface Registry.Update extends Resource.UpdateWithTags<Registry.Update>, Appliable<Registry>, Registry.UpdateStages.WithAdminUserEnabled, Registry.UpdateStages.WithSku, Registry.UpdateStages.WithWebhook, Registry.UpdateStages.WithPublicNetworkAccess
The template for an update operation, containing all the settings that can be modified.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Appliable
apply, apply, applyAsync, applyAsync
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Registry.UpdateStages.WithAdminUserEnabled
withoutRegistryNameAsAdminUser, withRegistryNameAsAdminUser
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Registry.UpdateStages.WithPublicNetworkAccess
disablePublicNetworkAccess, enablePublicNetworkAccess
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Registry.UpdateStages.WithSku
withBasicSku, withPremiumSku, withStandardSku
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.Registry.UpdateStages.WithWebhook
defineWebhook, updateWebhook, withoutWebhook
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource.UpdateWithTags
withoutTag, withTag, withTags
-
-