PlanetaryComputerModelFactory.ManagedIdentityIngestionSource 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 ingestion source.
public static Azure.Analytics.PlanetaryComputer.ManagedIdentityIngestionSource ManagedIdentityIngestionSource(Guid id = default, DateTimeOffset? createdOn = default, Azure.Analytics.PlanetaryComputer.ManagedIdentityConnection connectionInfo = default);
static member ManagedIdentityIngestionSource : Guid * Nullable<DateTimeOffset> * Azure.Analytics.PlanetaryComputer.ManagedIdentityConnection -> Azure.Analytics.PlanetaryComputer.ManagedIdentityIngestionSource
Public Shared Function ManagedIdentityIngestionSource (Optional id As Guid = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional connectionInfo As ManagedIdentityConnection = Nothing) As ManagedIdentityIngestionSource
Parameters
- id
- Guid
Ingestion source id.
- createdOn
- Nullable<DateTimeOffset>
Created time in UTC format.
- connectionInfo
- ManagedIdentityConnection
Managed identity connection information.
Returns
A new ManagedIdentityIngestionSource instance for mocking.