ArmNetworkModelFactory.BastionShareableLink Method
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.
public static Azure.ResourceManager.Network.Models.BastionShareableLink BastionShareableLink(Azure.ResourceManager.Network.Models.BastionShareableLinkVirtualMachine vm = default, string bsl = default, string createdAt = default, string message = default);
static member BastionShareableLink : Azure.ResourceManager.Network.Models.BastionShareableLinkVirtualMachine * string * string * string -> Azure.ResourceManager.Network.Models.BastionShareableLink
Public Shared Function BastionShareableLink (Optional vm As BastionShareableLinkVirtualMachine = Nothing, Optional bsl As String = Nothing, Optional createdAt As String = Nothing, Optional message As String = Nothing) As BastionShareableLink
Parameters
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.
Returns
A new BastionShareableLink instance for mocking.