PrivateLinkServiceVisibilityInner Constructors

Definition

Overloads

PrivateLinkServiceVisibilityInner()

Initializes a new instance of the PrivateLinkServiceVisibilityInner class.

PrivateLinkServiceVisibilityInner(Nullable<Boolean>)

Initializes a new instance of the PrivateLinkServiceVisibilityInner class.

PrivateLinkServiceVisibilityInner()

Initializes a new instance of the PrivateLinkServiceVisibilityInner class.

public PrivateLinkServiceVisibilityInner ();
Public Sub New ()

Applies to

PrivateLinkServiceVisibilityInner(Nullable<Boolean>)

Initializes a new instance of the PrivateLinkServiceVisibilityInner class.

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

Parameters

visible
Nullable<Boolean>

Private Link Service Visibility (True/False).

Applies to