ManagedIdentityConnection(Uri, Guid) Constructor

Definition

Initializes a new instance of ManagedIdentityConnection.

public ManagedIdentityConnection(Uri containerUri, Guid objectId);
new Azure.Analytics.PlanetaryComputer.ManagedIdentityConnection : Uri * Guid -> Azure.Analytics.PlanetaryComputer.ManagedIdentityConnection
Public Sub New (containerUri As Uri, objectId As Guid)

Parameters

containerUri
Uri

Azure Blob Storage container URL.

objectId
Guid

Azure Managed Identity configured in the Geo-Catalog with access to the container.

Exceptions

containerUri is null.

Applies to