UserAssignedIdentitiesClient Interface
Implements
public interface UserAssignedIdentitiesClient
extends InnerSupportsGet<IdentityInner>, InnerSupportsListing<IdentityInner>, InnerSupportsDelete<Void>
An instance of this class provides access to all the operations defined in UserAssignedIdentitiesClient.
Method Summary
Method Details
createOrUpdate
public abstract IdentityInner createOrUpdate(String resourceGroupName, String resourceName, IdentityInner parameters)
Create or update an identity in the specified subscription and resource group.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update an identity in the specified subscription and resource group.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Create or update an identity in the specified subscription and resource group.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update an identity in the specified subscription and resource group.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String resourceName)
Deletes the identity.
Parameters:
deleteAsync
public abstract Mono
Deletes the identity.
Parameters:
Returns:
deleteWithResponse
public abstract Response
Deletes the identity.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the identity.
Parameters:
Returns:
getByResourceGroup
public abstract IdentityInner getByResourceGroup(String resourceGroupName, String resourceName)
Gets the identity.
Parameters:
Returns:
getByResourceGroupAsync
public abstract Mono
Gets the identity.
Parameters:
Returns:
getByResourceGroupWithResponse
public abstract Response
Gets the identity.
Parameters:
Returns:
getByResourceGroupWithResponseAsync
public abstract Mono
Gets the identity.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all the userAssignedIdentities available under the specified subscription.
Returns:
list
public abstract PagedIterable
Lists all the userAssignedIdentities available under the specified subscription.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all the userAssignedIdentities available under the specified subscription.
Returns:
listByResourceGroup
public abstract PagedIterable
Lists all the userAssignedIdentities available under the specified ResourceGroup.
Parameters:
Returns:
listByResourceGroup
public abstract PagedIterable
Lists all the userAssignedIdentities available under the specified ResourceGroup.
Parameters:
Returns:
listByResourceGroupAsync
public abstract PagedFlux
Lists all the userAssignedIdentities available under the specified ResourceGroup.
Parameters:
Returns:
update
public abstract IdentityInner update(String resourceGroupName, String resourceName, IdentityUpdate parameters)
Update an identity in the specified subscription and resource group.
Parameters:
Returns:
updateAsync
public abstract Mono
Update an identity in the specified subscription and resource group.
Parameters:
Returns:
updateWithResponse
public abstract Response
Update an identity in the specified subscription and resource group.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update an identity in the specified subscription and resource group.
Parameters:
Returns:
Applies to
Azure SDK for Java