FederatedIdentityCredentialsClient Interface
public interface FederatedIdentityCredentialsClient
An instance of this class provides access to all the operations defined in FederatedIdentityCredentialsClient.
Method Summary
Method Details
createOrUpdate
public abstract FederatedIdentityCredentialInner createOrUpdate(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName, FederatedIdentityCredentialInner parameters)
Create or update a federated identity credential under the specified user assigned identity.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update a federated identity credential under the specified user assigned identity.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Create or update a federated identity credential under the specified user assigned identity.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update a federated identity credential under the specified user assigned identity.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName)
Deletes the federated identity credential.
Parameters:
deleteAsync
public abstract Mono
Deletes the federated identity credential.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the federated identity credential.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the federated identity credential.
Parameters:
Returns:
get
public abstract FederatedIdentityCredentialInner get(String resourceGroupName, String resourceName, String federatedIdentityCredentialResourceName)
Gets the federated identity credential.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the federated identity credential.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the federated identity credential.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the federated identity credential.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the federated identity credentials under the specified user assigned identity.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the federated identity credentials under the specified user assigned identity.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the federated identity credentials under the specified user assigned identity.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the federated identity credentials under the specified user assigned identity.
Parameters:
Returns:
Applies to
Azure SDK for Java