ServicePrincipalsClient Interface
public interface ServicePrincipalsClient
An instance of this class provides access to all the operations defined in ServicePrincipalsClient.
Method Summary
Method Details
addKey
public abstract MicrosoftGraphKeyCredentialInner addKey(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body)
Invoke action addKey.
Parameters:
Returns:
addKeyAsync
public abstract Mono<MicrosoftGraphKeyCredentialInner> addKeyAsync(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body)
Invoke action addKey.
Parameters:
Returns:
addKeyWithResponse
public abstract Response<MicrosoftGraphKeyCredentialInner> addKeyWithResponse(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body, Context context)
Invoke action addKey.
Parameters:
Returns:
addKeyWithResponseAsync
public abstract Mono<Response<MicrosoftGraphKeyCredentialInner>> addKeyWithResponseAsync(String servicePrincipalId, ServicePrincipalsAddKeyRequestBodyInner body)
Invoke action addKey.
Parameters:
Returns:
addPassword
public abstract MicrosoftGraphPasswordCredentialInner addPassword(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body)
Invoke action addPassword.
Parameters:
Returns:
addPasswordAsync
public abstract Mono<MicrosoftGraphPasswordCredentialInner> addPasswordAsync(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body)
Invoke action addPassword.
Parameters:
Returns:
addPasswordWithResponse
public abstract Response<MicrosoftGraphPasswordCredentialInner> addPasswordWithResponse(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body, Context context)
Invoke action addPassword.
Parameters:
Returns:
addPasswordWithResponseAsync
public abstract Mono<Response<MicrosoftGraphPasswordCredentialInner>> addPasswordWithResponseAsync(String servicePrincipalId, ServicePrincipalsAddPasswordRequestBodyInner body)
Invoke action addPassword.
Parameters:
Returns: