BastionShareableLink Class
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.
Bastion Shareable Link.
public class BastionShareableLink : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.BastionShareableLink>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.BastionShareableLink>
type BastionShareableLink = class
interface IJsonModel<BastionShareableLink>
interface IPersistableModel<BastionShareableLink>
Public Class BastionShareableLink
Implements IJsonModel(Of BastionShareableLink), IPersistableModel(Of BastionShareableLink)
- Inheritance
-
BastionShareableLink
- Implements
Constructors
| Name | Description |
|---|---|
| BastionShareableLink(BastionShareableLinkVirtualMachine) |
Initializes a new instance of BastionShareableLink. |
Properties
| Name | Description |
|---|---|
| Bsl |
The unique Bastion Shareable Link to the virtual machine. |
| CreatedAt |
The time when the link was created. |
| Message |
Optional field indicating the warning or error message related to the vm in case of partial failure. |
| Vm |
Reference of the virtual machine resource. |