Share via


PrivateLinkServiceInner Constructors

Definition

Overloads

PrivateLinkServiceInner()

Initializes a new instance of the PrivateLinkServiceInner class.

PrivateLinkServiceInner(String, String, String, String, IDictionary<String, String>, IList<FrontendIPConfigurationInner>, IList<PrivateLinkServiceIpConfigurationInner>, IList<NetworkInterfaceInner>, ProvisioningState, IList<PrivateEndpointConnectionInner>, PrivateLinkServicePropertiesVisibility, PrivateLinkServicePropertiesAutoApproval, IList<String>, String, Nullable<Boolean>, String)

Initializes a new instance of the PrivateLinkServiceInner class.

PrivateLinkServiceInner()

Initializes a new instance of the PrivateLinkServiceInner class.

public PrivateLinkServiceInner ();
Public Sub New ()

Applies to

PrivateLinkServiceInner(String, String, String, String, IDictionary<String, String>, IList<FrontendIPConfigurationInner>, IList<PrivateLinkServiceIpConfigurationInner>, IList<NetworkInterfaceInner>, ProvisioningState, IList<PrivateEndpointConnectionInner>, PrivateLinkServicePropertiesVisibility, PrivateLinkServicePropertiesAutoApproval, IList<String>, String, Nullable<Boolean>, String)

Initializes a new instance of the PrivateLinkServiceInner class.

public PrivateLinkServiceInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner> loadBalancerFrontendIpConfigurations = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceIpConfigurationInner> ipConfigurations = 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.PrivateEndpointConnectionInner> privateEndpointConnections = default, Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServicePropertiesVisibility visibility = default, Microsoft.Azure.Management.Network.Fluent.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.Fluent.Models.PrivateLinkServiceInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.FrontendIPConfigurationInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceIpConfigurationInner> * 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.PrivateEndpointConnectionInner> * Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServicePropertiesVisibility * Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServicePropertiesAutoApproval * System.Collections.Generic.IList<string> * string * Nullable<bool> * string -> Microsoft.Azure.Management.Network.Fluent.Models.PrivateLinkServiceInner
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 loadBalancerFrontendIpConfigurations As IList(Of FrontendIPConfigurationInner) = Nothing, Optional ipConfigurations As IList(Of PrivateLinkServiceIpConfigurationInner) = Nothing, Optional networkInterfaces As IList(Of NetworkInterfaceInner) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnectionInner) = 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

location
String
id
String
name
String
type
String
loadBalancerFrontendIpConfigurations
IList<FrontendIPConfigurationInner>

An array of references to the load balancer IP configurations.

ipConfigurations
IList<PrivateLinkServiceIpConfigurationInner>

An array of private link service IP configurations.

networkInterfaces
IList<NetworkInterfaceInner>

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

provisioningState
ProvisioningState

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

privateEndpointConnections
IList<PrivateEndpointConnectionInner>

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