PrivateLinkResource 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
PrivateLinkResource() |
Initializes a new instance of the PrivateLinkResource class. |
PrivateLinkResource(String, String, PrivateLinkResourceProperties, String) |
Initializes a new instance of the PrivateLinkResource class. |
PrivateLinkResource()
Initializes a new instance of the PrivateLinkResource class.
public PrivateLinkResource ();
Public Sub New ()
Applies to
PrivateLinkResource(String, String, PrivateLinkResourceProperties, String)
Initializes a new instance of the PrivateLinkResource class.
public PrivateLinkResource (string id = default, string name = default, Microsoft.Azure.Management.Purview.Models.PrivateLinkResourceProperties properties = default, string type = default);
new Microsoft.Azure.Management.Purview.Models.PrivateLinkResource : string * string * Microsoft.Azure.Management.Purview.Models.PrivateLinkResourceProperties * string -> Microsoft.Azure.Management.Purview.Models.PrivateLinkResource
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional properties As PrivateLinkResourceProperties = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
The private link resource identifier.
- name
- String
The private link resource name.
- properties
- PrivateLinkResourceProperties
The private link resource properties.
- type
- String
The private link resource type.
Applies to
Azure SDK for .NET