IngestionClient.GetManagedIdentitiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetManagedIdentitiesAsync(RequestContext) |
[Protocol Method] Get all managed identities with access to storage accounts configured for a geo-catalog
|
| GetManagedIdentitiesAsync(CancellationToken) |
Get all managed identities with access to storage accounts configured for a geo-catalog. |
GetManagedIdentitiesAsync(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.AsyncPageable<BinaryData> GetManagedIdentitiesAsync(Azure.RequestContext context);
abstract member GetManagedIdentitiesAsync : Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
override this.GetManagedIdentitiesAsync : Azure.RequestContext -> Azure.AsyncPageable<BinaryData>
Public Overridable Function GetManagedIdentitiesAsync (context As RequestContext) As AsyncPageable(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
GetManagedIdentitiesAsync(CancellationToken)
- Source:
- IngestionClient.cs
Get all managed identities with access to storage accounts configured for a geo-catalog.
public virtual Azure.AsyncPageable<Azure.Analytics.PlanetaryComputer.ManagedIdentityMetadata> GetManagedIdentitiesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetManagedIdentitiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Analytics.PlanetaryComputer.ManagedIdentityMetadata>
override this.GetManagedIdentitiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.Analytics.PlanetaryComputer.ManagedIdentityMetadata>
Public Overridable Function GetManagedIdentitiesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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.