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 voidContractsClient. 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 ContractsValidatePropertiesRequestBodyContractsValidatePropertiesRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.ContractsValidatePropertiesRequestBodyContractsValidatePropertiesRequestBody. withDisplayName(String displayName)Set the displayName property: The displayName property.ContractsValidatePropertiesRequestBodyContractsValidatePropertiesRequestBody. withEntityType(String entityType)Set the entityType property: The entityType property.ContractsValidatePropertiesRequestBodyContractsValidatePropertiesRequestBody. withMailNickname(String mailNickname)Set the mailNickname property: The mailNickname property.ContractsValidatePropertiesRequestBodyContractsValidatePropertiesRequestBody. withOnBehalfOfUserId(UUID onBehalfOfUserId)Set the onBehalfOfUserId property: The onBehalfOfUserId property.
-