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