ArmStreamAnalyticsModelFactory.StreamingJobInputData 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.
Initializes a new instance of StreamingJobInputData.
public static Azure.ResourceManager.StreamAnalytics.StreamingJobInputData StreamingJobInputData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType? resourceType = default, Azure.ResourceManager.StreamAnalytics.Models.StreamingJobInputProperties properties = default);
static member StreamingJobInputData : Azure.Core.ResourceIdentifier * string * Nullable<Azure.Core.ResourceType> * Azure.ResourceManager.StreamAnalytics.Models.StreamingJobInputProperties -> Azure.ResourceManager.StreamAnalytics.StreamingJobInputData
Public Shared Function StreamingJobInputData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As Nullable(Of ResourceType) = Nothing, Optional properties As StreamingJobInputProperties = Nothing) As StreamingJobInputData
Parameters
Resource Id.
- name
- String
Resource name.
- resourceType
- Nullable<ResourceType>
Resource type.
- properties
- StreamingJobInputProperties
The properties that are associated with an input. Required on PUT (CreateOrReplace) requests. Please note StreamingJobInputProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ReferenceInputProperties and StreamInputProperties.
Returns
A new StreamingJobInputData instance for mocking.
Applies to
Azure SDK for .NET