SharingStatus Class

Definition

Sharing status of current gallery.

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

Properties

AggregatedState

Aggregated sharing state of current gallery.

Summary

Summary of all regional sharing status.

Explicit Interface Implementations

IJsonModel<SharingStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SharingStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SharingStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SharingStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SharingStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to