ManagedInstancePrivateLink Constructors

Definition

Overloads

ManagedInstancePrivateLink()

Initializes a new instance of the ManagedInstancePrivateLink class.

ManagedInstancePrivateLink(String, String, String, ManagedInstancePrivateLinkProperties)

Initializes a new instance of the ManagedInstancePrivateLink class.

Initializes a new instance of the ManagedInstancePrivateLink class.

public ManagedInstancePrivateLink ();
Public Sub New ()

Applies to

Initializes a new instance of the ManagedInstancePrivateLink class.

public ManagedInstancePrivateLink (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLinkProperties properties = default);
new Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLink : string * string * string * Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLinkProperties -> Microsoft.Azure.Management.Sql.Models.ManagedInstancePrivateLink
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional properties As ManagedInstancePrivateLinkProperties = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

properties
ManagedInstancePrivateLinkProperties

The private link resource group id.

Applies to