BastionShareableLink Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BastionShareableLink() |
Initializes a new instance of the BastionShareableLink class. |
BastionShareableLink(VM, String, String, String) |
Initializes a new instance of the BastionShareableLink class. |
BastionShareableLink()
Initializes a new instance of the BastionShareableLink class.
public BastionShareableLink ();
Public Sub New ()
Applies to
BastionShareableLink(VM, String, String, String)
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
Azure SDK for .NET