Bagikan melalui


FederatedIdentityCredentialCollection.GetAllAsync Method

Definition

Lists all the federated identity credentials under the specified user assigned identity.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{resourceName}/federatedIdentityCredentials
  • Operation Id: FederatedIdentityCredentials_List
  • Default Api Version: 2023-01-31
  • Resource: FederatedIdentityCredentialResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialResource> GetAllAsync (int? top = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialResource>
override this.GetAllAsync : Nullable<int> * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialResource>
Public Overridable Function GetAllAsync (Optional top As Nullable(Of Integer) = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of FederatedIdentityCredentialResource)

Parameters

top
Nullable<Int32>

Number of records to return.

skiptoken
String

A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of FederatedIdentityCredentialResource that may take multiple service requests to iterate over.

Applies to