Class PrivateLinkResource
A private link resource
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
public class PrivateLinkResource : Microsoft.Azure.Management.Sql.Models.ProxyResource
Constructors
PrivateLinkResource()
Initializes a new instance of the PrivateLinkResource class.
Declaration
public PrivateLinkResource ();
PrivateLinkResource(String, String, String, PrivateLinkResourceProperties)
Initializes a new instance of the PrivateLinkResource class.
Declaration
public PrivateLinkResource (string id = null, string name = null, string type = null, Microsoft.Azure.Management.Sql.Models.PrivateLinkResourceProperties properties = null);
Parameters
String
id
Resource ID. |
String
name
Resource name. |
String
type
Resource type. |
PrivateLinkResourceProperties
properties
The private link resource group id. |
Properties
Properties
Gets the private link resource group id.
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties")]
public Microsoft.Azure.Management.Sql.Models.PrivateLinkResourceProperties Properties { get; }
Property Value
PrivateLinkResourceProperties
|