BastionShareableLinkTokenListContent Class

Definition

Post request for Delete Bastion Shareable Link By Token endpoint.

public class BastionShareableLinkTokenListContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.BastionShareableLinkTokenListContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.BastionShareableLinkTokenListContent>
type BastionShareableLinkTokenListContent = class
    interface IJsonModel<BastionShareableLinkTokenListContent>
    interface IPersistableModel<BastionShareableLinkTokenListContent>
Public Class BastionShareableLinkTokenListContent
Implements IJsonModel(Of BastionShareableLinkTokenListContent), IPersistableModel(Of BastionShareableLinkTokenListContent)
Inheritance
BastionShareableLinkTokenListContent
Implements

Constructors

BastionShareableLinkTokenListContent()

Initializes a new instance of BastionShareableLinkTokenListContent.

Properties

Tokens

List of Bastion Shareable Link Token.

Explicit Interface Implementations

IJsonModel<BastionShareableLinkTokenListContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<BastionShareableLinkTokenListContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<BastionShareableLinkTokenListContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<BastionShareableLinkTokenListContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<BastionShareableLinkTokenListContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to