Freigeben über


NetworkManagementClientExtensions.PutBastionShareableLink Methode

Definition

Erstellt bastion shareable Links für alle in der Anforderung angegebenen VMs.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink> PutBastionShareableLink (this Microsoft.Azure.Management.Network.INetworkManagementClient operations, string resourceGroupName, string bastionHostName, Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest bslRequest);
static member PutBastionShareableLink : Microsoft.Azure.Management.Network.INetworkManagementClient * string * string * Microsoft.Azure.Management.Network.Models.BastionShareableLinkListRequest -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.BastionShareableLink>
<Extension()>
Public Function PutBastionShareableLink (operations As INetworkManagementClient, resourceGroupName As String, bastionHostName As String, bslRequest As BastionShareableLinkListRequest) As IPage(Of BastionShareableLink)

Parameter

operations
INetworkManagementClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

bastionHostName
String

Der Name des Bastion-Hosts.

bslRequest
BastionShareableLinkListRequest

Post-Anforderung für alle Bastion Shareable Link-Endpunkte.

Gibt zurück

Gilt für: