FederatedIdentityCredentialCollection.GetAll 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.Pageable<Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialResource> GetAll (int? top = default, string skiptoken = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialResource>
override this.GetAll : Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ManagedServiceIdentities.FederatedIdentityCredentialResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional skiptoken As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(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

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

Applies to