ManagedIdentityIngestionSource(Guid, ManagedIdentityConnection) 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 ManagedIdentityIngestionSource.
public ManagedIdentityIngestionSource(Guid id, Azure.Analytics.PlanetaryComputer.ManagedIdentityConnection connectionInfo);
new Azure.Analytics.PlanetaryComputer.ManagedIdentityIngestionSource : Guid * Azure.Analytics.PlanetaryComputer.ManagedIdentityConnection -> Azure.Analytics.PlanetaryComputer.ManagedIdentityIngestionSource
Public Sub New (id As Guid, connectionInfo As ManagedIdentityConnection)
Parameters
- id
- Guid
Ingestion source id.
- connectionInfo
- ManagedIdentityConnection
Managed identity connection information.
Exceptions
connectionInfo is null.