Uses of Class
com.azure.resourcemanager.containerregistry.models.OperationDisplayDefinition
Packages that use OperationDisplayDefinition
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
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 OperationDisplayDefinitionModifier and TypeMethodDescriptionOperationDefinitionInner.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 OperationDisplayDefinitionModifier and TypeMethodDescriptionOperationDefinitionInner.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 OperationDisplayDefinitionModifier and TypeMethodDescriptionstatic OperationDisplayDefinitionOperationDisplayDefinition.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationDisplayDefinition from the JsonReader.OperationDisplayDefinition.withDescription(String description) Set the description property: The description for the operation.OperationDisplayDefinition.withOperation(String operation) Set the operation property: The operation that users can perform.OperationDisplayDefinition.withProvider(String provider) Set the provider property: The resource provider name: Microsoft.ContainerRegistry.OperationDisplayDefinition.withResource(String resource) Set the resource property: The resource on which the operation is performed.