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 ProviderOperationsMetadataInnerProviderOperationsMetadataInner. 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 ProviderOperationProviderOperation. withDescription(String description)Set the description property: The operation description.ProviderOperationProviderOperation. withDisplayName(String displayName)Set the displayName property: The operation display name.ProviderOperationProviderOperation. withIsDataAction(Boolean isDataAction)Set the isDataAction property: The dataAction flag to specify the operation type.ProviderOperationProviderOperation. withName(String name)Set the name property: The operation name.ProviderOperationProviderOperation. withOrigin(String origin)Set the origin property: The operation origin.ProviderOperationProviderOperation. 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 ResourceTypeResourceType. withOperations(List<ProviderOperation> operations)Set the operations property: The resource type operations.
-