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