Sdílet prostřednictvím


AvailableScopesContent Class

Definition

Available scope.

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

Constructors

AvailableScopesContent()

Initializes a new instance of AvailableScopesContent.

Properties

Scopes

Gets the scopes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AvailableScopesContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AvailableScopesContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AvailableScopesContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AvailableScopesContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AvailableScopesContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to