Show / Hide Table of Contents

    Class PrivateEndpointProperty

    Inheritance
    Object
    PrivateEndpointProperty
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    public class PrivateEndpointProperty : Microsoft.Rest.Azure.IResource

    Constructors

    PrivateEndpointProperty()

    Initializes a new instance of the PrivateEndpointProperty class.

    Declaration
    public PrivateEndpointProperty ();

    PrivateEndpointProperty(String)

    Initializes a new instance of the PrivateEndpointProperty class.

    Declaration
    public PrivateEndpointProperty (string id = null);
    Parameters
    String id

    Resource id of the private endpoint.

    Properties

    Id

    Gets or sets resource id of the private endpoint.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="id")]
    public string Id { get; set; }
    Property Value
    String

    Back to top Azure SDK for Net