PrivateEndpointInner Constructors

Definition

Overloads

PrivateEndpointInner()

Initializes a new instance of the PrivateEndpointInner class.

PrivateEndpointInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<NetworkInterfaceInner>, ProvisioningState, IList<PrivateLinkServiceConnectionInner>, IList<PrivateLinkServiceConnectionInner>, String)

Initializes a new instance of the PrivateEndpointInner class.

PrivateEndpointInner()

Initializes a new instance of the PrivateEndpointInner class.

public PrivateEndpointInner ();
Public Sub New ()

Applies to

PrivateEndpointInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<NetworkInterfaceInner>, ProvisioningState, IList<PrivateLinkServiceConnectionInner>, IList<PrivateLinkServiceConnectionInner>, String)

Initializes a new instance of the PrivateEndpointInner class.

public PrivateEndpointInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource subnet = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceInner> networkInterfaces = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionInner> privateLinkServiceConnections = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionInner> manualPrivateLinkServiceConnections = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceInner> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceConnectionInner> * string -> Microsoft.Azure.Management.Network.Fluent.Models.PrivateEndpointInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional subnet As SubResource = Nothing, Optional networkInterfaces As IList(Of NetworkInterfaceInner) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional privateLinkServiceConnections As IList(Of PrivateLinkServiceConnectionInner) = Nothing, Optional manualPrivateLinkServiceConnections As IList(Of PrivateLinkServiceConnectionInner) = Nothing, Optional etag As String = Nothing)

Parameters

location
String
id
String
name
String
type
String
subnet
SubResource

The ID of the subnet from which the private IP will be allocated.

networkInterfaces
IList<NetworkInterfaceInner>

An array of references to the network interfaces created for this private endpoint.

provisioningState
ProvisioningState

The provisioning state of the private endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

privateLinkServiceConnections
IList<PrivateLinkServiceConnectionInner>

A grouping of information about the connection to the remote resource.

manualPrivateLinkServiceConnections
IList<PrivateLinkServiceConnectionInner>

A grouping of information about the connection to the remote resource. Used when the network admin does not have access to approve connections to the remote resource.

etag
String

A unique read-only string that changes whenever the resource is updated.

Applies to