ArmSynapseModelFactory.SynapseSsisObjectMetadata 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 SynapseSsisObjectMetadata.
public static Azure.ResourceManager.Synapse.Models.SynapseSsisObjectMetadata SynapseSsisObjectMetadata (string metadataType = "Unknown", long? id = default, string name = default, string description = default);
static member SynapseSsisObjectMetadata : string * Nullable<int64> * string * string -> Azure.ResourceManager.Synapse.Models.SynapseSsisObjectMetadata
Public Shared Function SynapseSsisObjectMetadata (Optional metadataType As String = "Unknown", Optional id As Nullable(Of Long) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing) As SynapseSsisObjectMetadata
Parameters
- metadataType
- String
Type of metadata.
- name
- String
Metadata name.
- description
- String
Metadata description.
Returns
A new SynapseSsisObjectMetadata instance for mocking.