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