IngestionClient.GetManagedIdentities Method

Definition

Overloads

Name Description
GetManagedIdentities(RequestContext)

[Protocol Method] Get all managed identities with access to storage accounts configured for a geo-catalog

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
GetManagedIdentities(CancellationToken)

Get all managed identities with access to storage accounts configured for a geo-catalog.

GetManagedIdentities(RequestContext)

Source:
IngestionClient.cs

[Protocol Method] Get all managed identities with access to storage accounts configured for a geo-catalog

  • This protocol method allows explicit creation of the request and processing of the response for advanced scenarios.
public virtual Azure.Pageable<BinaryData> GetManagedIdentities(Azure.RequestContext context);
abstract member GetManagedIdentities : Azure.RequestContext -> Azure.Pageable<BinaryData>
override this.GetManagedIdentities : Azure.RequestContext -> Azure.Pageable<BinaryData>
Public Overridable Function GetManagedIdentities (context As RequestContext) As Pageable(Of BinaryData)

Parameters

context
RequestContext

The request options, which can override default behaviors of the client pipeline on a per-call basis.

Returns

The response returned from the service.

Exceptions

Service returned a non-success status code.

Applies to

GetManagedIdentities(CancellationToken)

Source:
IngestionClient.cs

Get all managed identities with access to storage accounts configured for a geo-catalog.

public virtual Azure.Pageable<Azure.Analytics.PlanetaryComputer.ManagedIdentityMetadata> GetManagedIdentities(System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedIdentities : System.Threading.CancellationToken -> Azure.Pageable<Azure.Analytics.PlanetaryComputer.ManagedIdentityMetadata>
override this.GetManagedIdentities : System.Threading.CancellationToken -> Azure.Pageable<Azure.Analytics.PlanetaryComputer.ManagedIdentityMetadata>
Public Overridable Function GetManagedIdentities (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ManagedIdentityMetadata)

Parameters

cancellationToken
CancellationToken

The cancellation token that can be used to cancel the operation.

Returns

Exceptions

Service returned a non-success status code.

Applies to