ArmNetworkModelFactory.BastionShareableLinkListContent 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.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
List of VM references.
Returns
A new BastionShareableLinkListContent instance for mocking.