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