PlanetaryComputerModelFactory.ManagedIdentityConnection(Uri, Guid) 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.
Managed Identity connection information.
public static Azure.Analytics.PlanetaryComputer.ManagedIdentityConnection ManagedIdentityConnection(Uri containerUri = default, Guid objectId = default);
static member ManagedIdentityConnection : Uri * Guid -> Azure.Analytics.PlanetaryComputer.ManagedIdentityConnection
Public Shared Function ManagedIdentityConnection (Optional containerUri As Uri = Nothing, Optional objectId As Guid = Nothing) As ManagedIdentityConnection
Parameters
- containerUri
- Uri
Azure Blob Storage container URL.
- objectId
- Guid
Azure Managed Identity configured in the Geo-Catalog with access to the container.
Returns
A new ManagedIdentityConnection instance for mocking.