Uses of Class
com.azure.resourcemanager.authorization.fluent.models.ServicePrincipalsAddKeyRequestBodyInner
-
Packages that use ServicePrincipalsAddKeyRequestBodyInner 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 ServicePrincipalsAddKeyRequestBodyInner in com.azure.resourcemanager.authorization.fluent
Methods in com.azure.resourcemanager.authorization.fluent with parameters of type ServicePrincipalsAddKeyRequestBodyInner Modifier and Type Method Description MicrosoftGraphKeyCredentialInner
ServicePrincipalsClient. addKey(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body)
Invoke action addKey.Mono<MicrosoftGraphKeyCredentialInner>
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 ServicePrincipalsAddKeyRequestBodyInner Modifier and Type Method Description ServicePrincipalsAddKeyRequestBodyInner
ServicePrincipalsAddKeyRequestBodyInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Dictionary of <any>.ServicePrincipalsAddKeyRequestBodyInner
ServicePrincipalsAddKeyRequestBodyInner. withKeyCredential(MicrosoftGraphKeyCredentialInner keyCredential)
Set the keyCredential property: keyCredential.ServicePrincipalsAddKeyRequestBodyInner
ServicePrincipalsAddKeyRequestBodyInner. withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential)
Set the passwordCredential property: passwordCredential.ServicePrincipalsAddKeyRequestBodyInner
ServicePrincipalsAddKeyRequestBodyInner. withProof(String proof)
Set the proof property: The proof property.
-