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 MicrosoftGraphKeyCredentialInnerServicePrincipalsClient. 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 ServicePrincipalsAddKeyRequestBodyInnerServicePrincipalsAddKeyRequestBodyInner. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Dictionary of <any>.ServicePrincipalsAddKeyRequestBodyInnerServicePrincipalsAddKeyRequestBodyInner. withKeyCredential(MicrosoftGraphKeyCredentialInner keyCredential)Set the keyCredential property: keyCredential.ServicePrincipalsAddKeyRequestBodyInnerServicePrincipalsAddKeyRequestBodyInner. withPasswordCredential(MicrosoftGraphPasswordCredentialInner passwordCredential)Set the passwordCredential property: passwordCredential.ServicePrincipalsAddKeyRequestBodyInnerServicePrincipalsAddKeyRequestBodyInner. withProof(String proof)Set the proof property: The proof property.
-