Show / Hide Table of Contents

    Class PrivateLinkResource

    A private link resource

    Inheritance
    Object
    Resource
    ProxyResource
    PrivateLinkResource
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    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

    Back to top Azure SDK for Net