ManagedIdentityConnection(Uri, Guid) Constructor
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.
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.