Udostępnij przez


PrivateEndpointProperties Constructors

Definition

Overloads

Name Description
PrivateEndpointProperties()

Initializes a new instance of the PrivateEndpointProperties class.

PrivateEndpointProperties(Subnet, IList<NetworkInterface>, String, IList<PrivateLinkServiceConnection>, IList<PrivateLinkServiceConnection>, IList<CustomDnsConfigPropertiesFormat>)

Initializes a new instance of the PrivateEndpointProperties class.

PrivateEndpointProperties()

Initializes a new instance of the PrivateEndpointProperties class.

public PrivateEndpointProperties();
Public Sub New ()

Applies to

PrivateEndpointProperties(Subnet, IList<NetworkInterface>, String, IList<PrivateLinkServiceConnection>, IList<PrivateLinkServiceConnection>, IList<CustomDnsConfigPropertiesFormat>)

Initializes a new instance of the PrivateEndpointProperties class.

public PrivateEndpointProperties(Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet subnet = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterface> networkInterfaces = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnection> privateLinkServiceConnections = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnection> manualPrivateLinkServiceConnections = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.CustomDnsConfigPropertiesFormat> customDnsConfigs = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateEndpointProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.NetworkInterface> * string * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnection> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateLinkServiceConnection> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.CustomDnsConfigPropertiesFormat> -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.PrivateEndpointProperties
Public Sub New (Optional subnet As Subnet = Nothing, Optional networkInterfaces As IList(Of NetworkInterface) = Nothing, Optional provisioningState As String = Nothing, Optional privateLinkServiceConnections As IList(Of PrivateLinkServiceConnection) = Nothing, Optional manualPrivateLinkServiceConnections As IList(Of PrivateLinkServiceConnection) = Nothing, Optional customDnsConfigs As IList(Of CustomDnsConfigPropertiesFormat) = Nothing)

Parameters

subnet
Subnet

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

networkInterfaces
IList<NetworkInterface>

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

provisioningState
String

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

privateLinkServiceConnections
IList<PrivateLinkServiceConnection>

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

manualPrivateLinkServiceConnections
IList<PrivateLinkServiceConnection>

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.

customDnsConfigs
IList<CustomDnsConfigPropertiesFormat>

An array of custom dns configurations.

Applies to