Uses of Class
com.azure.resourcemanager.containerregistry.models.OperationDisplayDefinition
-
Packages that use OperationDisplayDefinition Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of OperationDisplayDefinition in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return OperationDisplayDefinition Modifier and Type Method Description OperationDisplayDefinitionOperationDefinitionInner. display()Get the display property: The display information for the container registry operation.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type OperationDisplayDefinition Modifier and Type Method Description OperationDefinitionInnerOperationDefinitionInner. withDisplay(OperationDisplayDefinition display)Set the display property: The display information for the container registry operation. -
Uses of OperationDisplayDefinition in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return OperationDisplayDefinition Modifier and Type Method Description OperationDisplayDefinitionOperationDisplayDefinition. withDescription(String description)Set the description property: The description for the operation.OperationDisplayDefinitionOperationDisplayDefinition. withOperation(String operation)Set the operation property: The operation that users can perform.OperationDisplayDefinitionOperationDisplayDefinition. withProvider(String provider)Set the provider property: The resource provider name: Microsoft.ContainerRegistry.OperationDisplayDefinitionOperationDisplayDefinition. withResource(String resource)Set the resource property: The resource on which the operation is performed.
-