Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ContractsValidatePropertiesRequestBody
-
Packages that use ContractsValidatePropertiesRequestBody Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of ContractsValidatePropertiesRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type ContractsValidatePropertiesRequestBody Modifier and Type Method Description void
ContractsClient. validateProperties(ContractsValidatePropertiesRequestBody body)
Invoke action validateProperties.Mono<Void>
ContractsClient. validatePropertiesAsync(ContractsValidatePropertiesRequestBody body)
Invoke action validateProperties.com.azure.core.http.rest.Response<Void>
ContractsClient. validatePropertiesWithResponse(ContractsValidatePropertiesRequestBody body, com.azure.core.util.Context context)
Invoke action validateProperties.Mono<com.azure.core.http.rest.Response<Void>>
ContractsClient. validatePropertiesWithResponseAsync(ContractsValidatePropertiesRequestBody body)
Invoke action validateProperties. -
Uses of ContractsValidatePropertiesRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return ContractsValidatePropertiesRequestBody Modifier and Type Method Description ContractsValidatePropertiesRequestBody
ContractsValidatePropertiesRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.ContractsValidatePropertiesRequestBody
ContractsValidatePropertiesRequestBody. withDisplayName(String displayName)
Set the displayName property: The displayName property.ContractsValidatePropertiesRequestBody
ContractsValidatePropertiesRequestBody. withEntityType(String entityType)
Set the entityType property: The entityType property.ContractsValidatePropertiesRequestBody
ContractsValidatePropertiesRequestBody. withMailNickname(String mailNickname)
Set the mailNickname property: The mailNickname property.ContractsValidatePropertiesRequestBody
ContractsValidatePropertiesRequestBody. withOnBehalfOfUserId(UUID onBehalfOfUserId)
Set the onBehalfOfUserId property: The onBehalfOfUserId property.
-