ArmNetworkModelFactory.BastionShareableLinkListContent Method

Definition

public static Azure.ResourceManager.Network.Models.BastionShareableLinkListContent BastionShareableLinkListContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.Network.Models.BastionShareableLink> vms = default);
static member BastionShareableLinkListContent : seq<Azure.ResourceManager.Network.Models.BastionShareableLink> -> Azure.ResourceManager.Network.Models.BastionShareableLinkListContent
Public Shared Function BastionShareableLinkListContent (Optional vms As IEnumerable(Of BastionShareableLink) = Nothing) As BastionShareableLinkListContent

Parameters

vms
IEnumerable<BastionShareableLink>

List of VM references.

Returns

A new BastionShareableLinkListContent instance for mocking.

Applies to