PrivateLinkServiceVisibility Constructors

Definition

Overloads

PrivateLinkServiceVisibility()

Initializes a new instance of the PrivateLinkServiceVisibility class.

PrivateLinkServiceVisibility(Nullable<Boolean>)

Initializes a new instance of the PrivateLinkServiceVisibility class.

PrivateLinkServiceVisibility()

Initializes a new instance of the PrivateLinkServiceVisibility class.

public PrivateLinkServiceVisibility ();
Public Sub New ()

Applies to

PrivateLinkServiceVisibility(Nullable<Boolean>)

Initializes a new instance of the PrivateLinkServiceVisibility class.

public PrivateLinkServiceVisibility (bool? visible = default);
new Microsoft.Azure.Management.Network.Models.PrivateLinkServiceVisibility : Nullable<bool> -> Microsoft.Azure.Management.Network.Models.PrivateLinkServiceVisibility
Public Sub New (Optional visible As Nullable(Of Boolean) = Nothing)

Parameters

visible
Nullable<Boolean>

Private Link Service Visibility (True/False).

Applies to