Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ServicePrincipalsAddKeyRequestBodyInner
Packages that use ServicePrincipalsAddKeyRequestBodyInner
Package
Description
Package containing the service clients for AuthorizationManagementClient.
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of ServicePrincipalsAddKeyRequestBodyInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type ServicePrincipalsAddKeyRequestBodyInnerModifier and TypeMethodDescriptionServicePrincipalsClient.addKey(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body) Invoke action addKey.ServicePrincipalsClient.addKeyAsync(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body) Invoke action addKey.com.azure.core.http.rest.Response<MicrosoftGraphKeyCredentialInner>ServicePrincipalsClient.addKeyWithResponse(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body, com.azure.core.util.Context context) Invoke action addKey.Mono<com.azure.core.http.rest.Response<MicrosoftGraphKeyCredentialInner>>ServicePrincipalsClient.addKeyWithResponseAsync(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body) Invoke action addKey. -
Uses of ServicePrincipalsAddKeyRequestBodyInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return ServicePrincipalsAddKeyRequestBodyInnerModifier and TypeMethodDescriptionServicePrincipalsAddKeyRequestBodyInner.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Dictionary of <AnyObject>.ServicePrincipalsAddKeyRequestBodyInner.withKeyCredential(MicrosoftGraphKeyCredentialInner keyCredential) Set the keyCredential property: keyCredential.ServicePrincipalsAddKeyRequestBodyInner.withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential) Set the passwordCredential property: passwordCredential.Set the proof property: The proof property.