BastionShareableLink(BastionShareableLinkVirtualMachine) Constructor
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.
Initializes a new instance of BastionShareableLink.
public BastionShareableLink(Azure.ResourceManager.Network.Models.BastionShareableLinkVirtualMachine vm);
new Azure.ResourceManager.Network.Models.BastionShareableLink : Azure.ResourceManager.Network.Models.BastionShareableLinkVirtualMachine -> Azure.ResourceManager.Network.Models.BastionShareableLink
Public Sub New (vm As BastionShareableLinkVirtualMachine)
Parameters
Reference of the virtual machine resource.
Exceptions
vm is null.