ArmNetworkModelFactory.BastionShareableLinkTokenListContent 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.
Post request for Delete Bastion Shareable Link By Token endpoint.
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.