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