다음을 통해 공유


ScopeProperties Class

Definition

The scope and whether it is valid.

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

Properties

IsValid

Gets the is valid.

Scope

Gets the scope.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ScopeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScopeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScopeProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScopeProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScopeProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to