PlanetaryComputerModelFactory.IngestionSource 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.
Ingestion Source Please note this is the abstract base class. The derived classes available for instantiation are: SharedAccessSignatureTokenIngestionSource and ManagedIdentityIngestionSource.
public static Azure.Analytics.PlanetaryComputer.IngestionSource IngestionSource(Guid id = default, DateTimeOffset? createdOn = default, string kind = default);
static member IngestionSource : Guid * Nullable<DateTimeOffset> * string -> Azure.Analytics.PlanetaryComputer.IngestionSource
Public Shared Function IngestionSource (Optional id As Guid = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional kind As String = Nothing) As IngestionSource
Parameters
- id
- Guid
Ingestion source id.
- createdOn
- Nullable<DateTimeOffset>
Created time in UTC format.
- kind
- String
Discriminator for the ingestion source.
Returns
A new IngestionSource instance for mocking.