PSBastionShareableLinkRequest 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
PSBastionShareableLinkRequest() | |
PSBastionShareableLinkRequest(List<String>) |
PSBastionShareableLinkRequest()
public PSBastionShareableLinkRequest ();
Public Sub New ()
Applies to
PSBastionShareableLinkRequest(List<String>)
public PSBastionShareableLinkRequest (System.Collections.Generic.List<string> vmIds = default);
new Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLinkRequest : System.Collections.Generic.List<string> -> Microsoft.Azure.Commands.Network.Models.Bastion.PSBastionShareableLinkRequest
Public Sub New (Optional vmIds As List(Of String) = Nothing)