Share via


PrivateEndpoint Constructors

Definition

Overloads

PrivateEndpoint()

Initializes a new instance of the PrivateEndpoint class.

PrivateEndpoint(String, String, String, String, IList<PrivateLinkServiceConnection>, String)

Initializes a new instance of the PrivateEndpoint class.

PrivateEndpoint()

Initializes a new instance of the PrivateEndpoint class.

public PrivateEndpoint ();
Public Sub New ()

Applies to

PrivateEndpoint(String, String, String, String, IList<PrivateLinkServiceConnection>, String)

Initializes a new instance of the PrivateEndpoint class.

public PrivateEndpoint (string id = default, string name = default, string type = default, string createdDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.PrivateLinkServiceConnection> manualPrivateLinkServiceConnections = default, string etag = default);
new Microsoft.Azure.Management.StreamAnalytics.Models.PrivateEndpoint : string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.StreamAnalytics.Models.PrivateLinkServiceConnection> * string -> Microsoft.Azure.Management.StreamAnalytics.Models.PrivateEndpoint
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional createdDate As String = Nothing, Optional manualPrivateLinkServiceConnections As IList(Of PrivateLinkServiceConnection) = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name
String

The name of the resource

type
String

The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.

createdDate
String

The date when this private endpoint was created.

manualPrivateLinkServiceConnections
IList<PrivateLinkServiceConnection>

A list of connections to the remote resource. Immutable after it is set.

etag
String

Unique opaque string (generally a GUID) that represents the metadata state of the resource (private endpoint) and changes whenever the resource is updated. Required on PUT (CreateOrUpdate) requests.

Applies to