Uses of Class
com.azure.resourcemanager.authorization.models.ProviderOperation
-
Packages that use ProviderOperation Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient.com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of ProviderOperation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type ProviderOperation Modifier and Type Method Description List<ProviderOperation>
ProviderOperationsMetadataInner. operations()
Get the operations property: The provider operations.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type ProviderOperation Modifier and Type Method Description ProviderOperationsMetadataInner
ProviderOperationsMetadataInner. withOperations(List<ProviderOperation> operations)
Set the operations property: The provider operations. -
Uses of ProviderOperation in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return ProviderOperation Modifier and Type Method Description ProviderOperation
ProviderOperation. withDescription(String description)
Set the description property: The operation description.ProviderOperation
ProviderOperation. withDisplayName(String displayName)
Set the displayName property: The operation display name.ProviderOperation
ProviderOperation. withIsDataAction(Boolean isDataAction)
Set the isDataAction property: The dataAction flag to specify the operation type.ProviderOperation
ProviderOperation. withName(String name)
Set the name property: The operation name.ProviderOperation
ProviderOperation. withOrigin(String origin)
Set the origin property: The operation origin.ProviderOperation
ProviderOperation. withProperties(Object properties)
Set the properties property: The operation properties.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ProviderOperation Modifier and Type Method Description List<ProviderOperation>
ResourceType. operations()
Get the operations property: The resource type operations.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type ProviderOperation Modifier and Type Method Description ResourceType
ResourceType. withOperations(List<ProviderOperation> operations)
Set the operations property: The resource type operations.
-