Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ServicePrincipalsRemovePasswordRequestBody
-
Packages that use ServicePrincipalsRemovePasswordRequestBody 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 ServicePrincipalsRemovePasswordRequestBody in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type ServicePrincipalsRemovePasswordRequestBody Modifier and Type Method Description voidServicePrincipalsClient. removePassword(String servicePrincipalId, ServicePrincipalsRemovePasswordRequestBody body)Invoke action removePassword.Mono<Void>ServicePrincipalsClient. removePasswordAsync(String servicePrincipalId, ServicePrincipalsRemovePasswordRequestBody body)Invoke action removePassword.com.azure.core.http.rest.Response<Void>ServicePrincipalsClient. removePasswordWithResponse(String servicePrincipalId, ServicePrincipalsRemovePasswordRequestBody body, com.azure.core.util.Context context)Invoke action removePassword.Mono<com.azure.core.http.rest.Response<Void>>ServicePrincipalsClient. removePasswordWithResponseAsync(String servicePrincipalId, ServicePrincipalsRemovePasswordRequestBody body)Invoke action removePassword. -
Uses of ServicePrincipalsRemovePasswordRequestBody in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return ServicePrincipalsRemovePasswordRequestBody Modifier and Type Method Description ServicePrincipalsRemovePasswordRequestBodyServicePrincipalsRemovePasswordRequestBody. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.ServicePrincipalsRemovePasswordRequestBodyServicePrincipalsRemovePasswordRequestBody. withKeyId(UUID keyId)Set the keyId property: The keyId property.
-