Sdílet prostřednictvím


ResourceSetDescription Class

Definition

The resource set description.

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

Constructors

ResourceSetDescription()

Initializes a new instance of ResourceSetDescription.

Properties

Elements

The elements included in the set.

Exceptions

The elements that are not included in the set, in case elements contains '*' indicating 'all'.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ResourceSetDescription>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ResourceSetDescription>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ResourceSetDescription>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ResourceSetDescription>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ResourceSetDescription>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to