Share via


PrivateLinkServicePropertiesVisibility Constructors

Definition

Overloads

PrivateLinkServicePropertiesVisibility()

Initializes a new instance of the PrivateLinkServicePropertiesVisibility class.

PrivateLinkServicePropertiesVisibility(IList<String>)

Initializes a new instance of the PrivateLinkServicePropertiesVisibility class.

PrivateLinkServicePropertiesVisibility()

Initializes a new instance of the PrivateLinkServicePropertiesVisibility class.

public PrivateLinkServicePropertiesVisibility ();
Public Sub New ()

Applies to

PrivateLinkServicePropertiesVisibility(IList<String>)

Initializes a new instance of the PrivateLinkServicePropertiesVisibility class.

public PrivateLinkServicePropertiesVisibility (System.Collections.Generic.IList<string> subscriptions = default);
new Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesVisibility : System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.PrivateLinkServicePropertiesVisibility
Public Sub New (Optional subscriptions As IList(Of String) = Nothing)

Parameters

subscriptions
IList<String>

The list of subscriptions.

Applies to