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