BastionShareableLink Constructors

Definition

Overloads

BastionShareableLink()

Initializes a new instance of the BastionShareableLink class.

BastionShareableLink(VM, String, String, String)

Initializes a new instance of the BastionShareableLink class.

Initializes a new instance of the BastionShareableLink class.

public BastionShareableLink ();
Public Sub New ()

Applies to

Initializes a new instance of the BastionShareableLink class.

public BastionShareableLink (Microsoft.Azure.Management.Network.Models.VM vm, string bsl = default, string createdAt = default, string message = default);
new Microsoft.Azure.Management.Network.Models.BastionShareableLink : Microsoft.Azure.Management.Network.Models.VM * string * string * string -> Microsoft.Azure.Management.Network.Models.BastionShareableLink
Public Sub New (vm As VM, Optional bsl As String = Nothing, Optional createdAt As String = Nothing, Optional message As String = Nothing)

Parameters

vm
VM

Reference of the virtual machine resource.

bsl
String

The unique Bastion Shareable Link to the virtual machine.

createdAt
String

The time when the link was created.

message
String

Optional field indicating the warning or error message related to the vm in case of partial failure.

Applies to