PSBastionShareableLink 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
PSBastionShareableLink() | |
PSBastionShareableLink(BastionShareableLink) | |
PSBastionShareableLink(String) | |
PSBastionShareableLink(String, String, String, String) |
PSBastionShareableLink()
public PSBastionShareableLink ();
Public Sub New ()
Applies to
PSBastionShareableLink(BastionShareableLink)
public PSBastionShareableLink (Microsoft.Azure.Management.Network.Models.BastionShareableLink bsl);
new Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink : Microsoft.Azure.Management.Network.Models.BastionShareableLink -> Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink
Public Sub New (bsl As BastionShareableLink)
Parameters
Applies to
PSBastionShareableLink(String)
public PSBastionShareableLink (string vmId);
new Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink : string -> Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink
Public Sub New (vmId As String)
Parameters
- vmId
- String
Applies to
PSBastionShareableLink(String, String, String, String)
public PSBastionShareableLink (string vmId, string bsl = default, string createdAt = default, string message = default);
new Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink : string * string * string * string -> Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLink
Public Sub New (vmId As String, Optional bsl As String = Nothing, Optional createdAt As String = Nothing, Optional message As String = Nothing)
Parameters
- vmId
- String
- bsl
- String
- createdAt
- String
- message
- String