Share via


PrivateLinkService Constructors

Definition

Overloads

PrivateLinkService()

Initializes a new instance of the PrivateLinkService class.

PrivateLinkService(String, String, String, String, IDictionary<String, String>, ExtendedLocation, IList<FrontendIPConfiguration>, IList<PrivateLinkServiceIpConfiguration>, IList<NetworkInterface>, String, IList<PrivateEndpointConnection>, PrivateLinkServicePropertiesVisibility, PrivateLinkServicePropertiesAutoApproval, IList<String>, String, Nullable<Boolean>, String)

Initializes a new instance of the PrivateLinkService class.

PrivateLinkService()

Initializes a new instance of the PrivateLinkService class.

public PrivateLinkService ();
Public Sub New ()

Applies to

PrivateLinkService(String, String, String, String, IDictionary<String, String>, ExtendedLocation, IList<FrontendIPConfiguration>, IList<PrivateLinkServiceIpConfiguration>, IList<NetworkInterface>, String, IList<PrivateEndpointConnection>, PrivateLinkServicePropertiesVisibility, PrivateLinkServicePropertiesAutoApproval, IList<String>, String, Nullable<Boolean>, String)

Initializes a new instance of the PrivateLinkService class.

public PrivateLinkService (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.ExtendedLocation extendedLocation = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FrontendIPConfiguration> loadBalancerFrontendIpConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceIpConfiguration> ipConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> networkInterfaces = default, string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection> privateEndpointConnections = default, Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesVisibility visibility = default, Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesAutoApproval autoApproval = default, System.Collections.Generic.IList<string> fqdns = default, string alias = default, bool? enableProxyProtocol = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.PrivateLinkService : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.ExtendedLocation * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.FrontendIPConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateLinkServiceIpConfiguration> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterface> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.PrivateEndpointConnection> * Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesVisibility * Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesAutoApproval * System.Collections.Generic.IList<string> * string * Nullable<bool> * string -> Microsoft.Azure.Management.Network.Models.PrivateLinkService
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional extendedLocation As ExtendedLocation = Nothing, Optional loadBalancerFrontendIpConfigurations As IList(Of FrontendIPConfiguration) = Nothing, Optional ipConfigurations As IList(Of PrivateLinkServiceIpConfiguration) = Nothing, Optional networkInterfaces As IList(Of NetworkInterface) = Nothing, Optional provisioningState As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional visibility As PrivateLinkServicePropertiesVisibility = Nothing, Optional autoApproval As PrivateLinkServicePropertiesAutoApproval = Nothing, Optional fqdns As IList(Of String) = Nothing, Optional alias As String = Nothing, Optional enableProxyProtocol As Nullable(Of Boolean) = Nothing, Optional etag As String = Nothing)

Parameters

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

location
String

Resource location.

tags
IDictionary<String,String>

Resource tags.

extendedLocation
ExtendedLocation

The extended location of the load balancer.

loadBalancerFrontendIpConfigurations
IList<FrontendIPConfiguration>

An array of references to the load balancer IP configurations.

ipConfigurations
IList<PrivateLinkServiceIpConfiguration>

An array of private link service IP configurations.

networkInterfaces
IList<NetworkInterface>

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

provisioningState
String

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

privateEndpointConnections
IList<PrivateEndpointConnection>

An array of list about connections to the private endpoint.

visibility
PrivateLinkServicePropertiesVisibility

The visibility list of the private link service.

autoApproval
PrivateLinkServicePropertiesAutoApproval

The auto-approval list of the private link service.

fqdns
IList<String>

The list of Fqdn.

alias
String

The alias of the private link service.

enableProxyProtocol
Nullable<Boolean>

Whether the private link service is enabled for proxy protocol or not.

etag
String

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

Applies to