Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.OperationInner
-
Packages that use OperationInner Package Description com.azure.resourcemanager.keyvault.fluent Package containing the service clients for KeyVaultManagementClient.com.azure.resourcemanager.keyvault.fluent.models Package containing the inner data models for KeyVaultManagementClient.com.azure.resourcemanager.keyvault.models Package containing the data models for KeyVaultManagementClient. -
-
Uses of OperationInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type OperationInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list()Lists all of the available Key Vault Rest API operations.com.azure.core.http.rest.PagedIterable<OperationInner>OperationsClient. list(com.azure.core.util.Context context)Lists all of the available Key Vault Rest API operations.com.azure.core.http.rest.PagedFlux<OperationInner>OperationsClient. listAsync()Lists all of the available Key Vault Rest API operations. -
Uses of OperationInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return OperationInner Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: Display metadata associated with the operation.OperationInnerOperationInner. withIsDataAction(Boolean isDataAction)Set the isDataAction property: Property to specify whether the action is a data action.OperationInnerOperationInner. withName(String name)Set the name property: Operation name: {provider}/{resource}/{operation}.OperationInnerOperationInner. withOrigin(String origin)Set the origin property: The origin of operations.OperationInnerOperationInner. withServiceSpecification(ServiceSpecification serviceSpecification)Set the serviceSpecification property: One property of operation, include metric specifications. -
Uses of OperationInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type OperationInner Modifier and Type Method Description List<OperationInner>OperationListResult. value()Get the value property: List of Storage operations supported by the Storage resource provider.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type OperationInner Modifier and Type Method Description OperationListResultOperationListResult. withValue(List<OperationInner> value)Set the value property: List of Storage operations supported by the Storage resource provider.
-