ArmNetworkModelFactory.BastionShareableLinkTokenListContent Method

Definition

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

Parameters

tokens
IEnumerable<String>

List of Bastion Shareable Link Token.

Returns

A new BastionShareableLinkTokenListContent instance for mocking.

Applies to