Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.OperationDefinitionInner
-
Packages that use OperationDefinitionInner Package Description com.azure.resourcemanager.containerregistry.fluent Package containing the service clients for ContainerRegistryManagementClient.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 OperationDefinitionInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type OperationDefinitionInner Modifier and Type Method Description com.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
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return OperationDefinitionInner Modifier and Type Method Description OperationDefinitionInnerOperationDefinitionInner. withDisplay(OperationDisplayDefinition display)Set the display property: The display information for the container registry operation.OperationDefinitionInnerOperationDefinitionInner. 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.OperationDefinitionInnerOperationDefinitionInner. withName(String name)Set the name property: Operation name: {provider}/{resource}/{operation}.OperationDefinitionInnerOperationDefinitionInner. withOrigin(String origin)Set the origin property: The origin information of the container registry operation.OperationDefinitionInnerOperationDefinitionInner. 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 OperationDefinitionInner Modifier and Type Method Description List<OperationDefinitionInner>OperationListResult. value()Get the value property: The list of container registry operations.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type OperationDefinitionInner Modifier and Type Method Description OperationListResultOperationListResult. withValue(List<OperationDefinitionInner> value)Set the value property: The list of container registry operations.
-