Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.OperationDefinitionInner
Packages that use OperationDefinitionInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
null.
Package containing the inner data models for ContainerRegistryManagementClient.
null.
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of OperationDefinitionInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type OperationDefinitionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<OperationDefinitionInner> OperationsClient.list()Lists all of the available Azure Container Registry REST API operations.com.azure.core.http.rest.PagedIterable<OperationDefinitionInner> OperationsClient.list(com.azure.core.util.Context context) Lists all of the available Azure Container Registry REST API operations.com.azure.core.http.rest.PagedFlux<OperationDefinitionInner> OperationsClient.listAsync()Lists all of the available Azure Container Registry REST API operations. -
Uses of OperationDefinitionInner in com.azure.resourcemanager.containerregistry.fluent.models
Classes in com.azure.resourcemanager.containerregistry.fluent.models that implement interfaces with type arguments of type OperationDefinitionInnerModifier and TypeClassDescriptionfinal classThe definition of a container registry operation.Methods in com.azure.resourcemanager.containerregistry.fluent.models that return OperationDefinitionInnerModifier and TypeMethodDescriptionstatic OperationDefinitionInnerOperationDefinitionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OperationDefinitionInner from the JsonReader.OperationDefinitionInner.withDisplay(OperationDisplayDefinition display) Set the display property: The display information for the container registry operation.OperationDefinitionInner.withIsDataAction(Boolean isDataAction) Set the isDataAction property: This property indicates if the operation is an action or a data action ref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations.Set the name property: Operation name: {provider}/{resource}/{operation}.OperationDefinitionInner.withOrigin(String origin) Set the origin property: The origin information of the container registry operation.OperationDefinitionInner.withServiceSpecification(OperationServiceSpecificationDefinition serviceSpecification) Set the serviceSpecification property: The definition of Azure Monitoring service. -
Uses of OperationDefinitionInner in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type OperationDefinitionInnerModifier and TypeMethodDescriptionOperationListResult.value()Get the value property: The list of container registry operations.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type OperationDefinitionInnerModifier and TypeMethodDescriptionOperationListResult.withValue(List<OperationDefinitionInner> value) Set the value property: The list of container registry operations.