共用方式為


IUserAssignedIdentitiesOperations Interface

Definition

UserAssignedIdentitiesOperations operations.

public interface IUserAssignedIdentitiesOperations
type IUserAssignedIdentitiesOperations = interface
Public Interface IUserAssignedIdentitiesOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, Identity, Dictionary<String,List<String>>, CancellationToken)

Create or update an identity in the specified subscription and resource group.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the identity.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the identity.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the userAssignedIdentities available under the specified ResourceGroup.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the userAssignedIdentities available under the specified ResourceGroup.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all the userAssignedIdentities available under the specified subscription.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Lists all the userAssignedIdentities available under the specified subscription.

UpdateWithHttpMessagesAsync(String, String, IdentityUpdate, Dictionary<String,List<String>>, CancellationToken)

Update an identity in the specified subscription and resource group.

Extension Methods

CreateOrUpdate(IUserAssignedIdentitiesOperations, String, String, Identity)

Create or update an identity in the specified subscription and resource group.

CreateOrUpdateAsync(IUserAssignedIdentitiesOperations, String, String, Identity, CancellationToken)

Create or update an identity in the specified subscription and resource group.

Delete(IUserAssignedIdentitiesOperations, String, String)

Deletes the identity.

DeleteAsync(IUserAssignedIdentitiesOperations, String, String, CancellationToken)

Deletes the identity.

Get(IUserAssignedIdentitiesOperations, String, String)

Gets the identity.

GetAsync(IUserAssignedIdentitiesOperations, String, String, CancellationToken)

Gets the identity.

ListByResourceGroup(IUserAssignedIdentitiesOperations, String)

Lists all the userAssignedIdentities available under the specified ResourceGroup.

ListByResourceGroupAsync(IUserAssignedIdentitiesOperations, String, CancellationToken)

Lists all the userAssignedIdentities available under the specified ResourceGroup.

ListByResourceGroupNext(IUserAssignedIdentitiesOperations, String)

Lists all the userAssignedIdentities available under the specified ResourceGroup.

ListByResourceGroupNextAsync(IUserAssignedIdentitiesOperations, String, CancellationToken)

Lists all the userAssignedIdentities available under the specified ResourceGroup.

ListBySubscription(IUserAssignedIdentitiesOperations)

Lists all the userAssignedIdentities available under the specified subscription.

ListBySubscriptionAsync(IUserAssignedIdentitiesOperations, CancellationToken)

Lists all the userAssignedIdentities available under the specified subscription.

ListBySubscriptionNext(IUserAssignedIdentitiesOperations, String)

Lists all the userAssignedIdentities available under the specified subscription.

ListBySubscriptionNextAsync(IUserAssignedIdentitiesOperations, String, CancellationToken)

Lists all the userAssignedIdentities available under the specified subscription.

Update(IUserAssignedIdentitiesOperations, String, String, IdentityUpdate)

Update an identity in the specified subscription and resource group.

UpdateAsync(IUserAssignedIdentitiesOperations, String, String, IdentityUpdate, CancellationToken)

Update an identity in the specified subscription and resource group.

Applies to