SharingUpdate Class

Definition

Specifies information about the gallery sharing profile update.

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

Constructors

SharingUpdate(SharingUpdateOperationType)

Initializes a new instance of SharingUpdate.

Properties

Groups

A list of sharing profile groups.

OperationType

This property allows you to specify the operation type of gallery sharing update. Possible values are: Add, Remove, Reset..

Explicit Interface Implementations

IJsonModel<SharingUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SharingUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SharingUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SharingUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SharingUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to