Uses of Class
com.azure.resourcemanager.keyvault.models.OperationDisplay
-
Packages that use OperationDisplay Package Description 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 OperationDisplay in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperationInner. display()Get the display property: Display metadata associated with the operation.Methods in com.azure.resourcemanager.keyvault.fluent.models with parameters of type OperationDisplay Modifier and Type Method Description OperationInnerOperationInner. withDisplay(OperationDisplay display)Set the display property: Display metadata associated with the operation. -
Uses of OperationDisplay in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return OperationDisplay Modifier and Type Method Description OperationDisplayOperationDisplay. withDescription(String description)Set the description property: Description of operation.OperationDisplayOperationDisplay. withOperation(String operation)Set the operation property: Type of operation: get, read, delete, etc.OperationDisplayOperationDisplay. withProvider(String provider)Set the provider property: Service provider: Microsoft Key Vault.OperationDisplayOperationDisplay. withResource(String resource)Set the resource property: Resource on which the operation is performed etc.
-