EntityReference Constructors
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.
Overloads
EntityReference() |
Initializes a new instance of the EntityReference class. |
EntityReference(String, String) |
Initializes a new instance of the EntityReference class. |
EntityReference()
Initializes a new instance of the EntityReference class.
public EntityReference ();
Public Sub New ()
Applies to
EntityReference(String, String)
Initializes a new instance of the EntityReference class.
public EntityReference (string type = default, string referenceName = default);
new Microsoft.Azure.Management.Synapse.Models.EntityReference : string * string -> Microsoft.Azure.Management.Synapse.Models.EntityReference
Public Sub New (Optional type As String = Nothing, Optional referenceName As String = Nothing)
Parameters
- type
- String
The type of this referenced entity. Possible values include: 'IntegrationRuntimeReference', 'LinkedServiceReference'
- referenceName
- String
The name of this referenced entity.
Applies to
Azure SDK for .NET