Share via


SharingUpdate Class

Definition

Specifies information about the gallery sharing profile update.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.SharingUpdateTypeConverter))]
public class SharingUpdate : Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ISharingUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.SharingUpdateTypeConverter))>]
type SharingUpdate = class
    interface ISharingUpdate
    interface IJsonSerializable
Public Class SharingUpdate
Implements ISharingUpdate
Inheritance
SharingUpdate
Attributes
Implements

Constructors

SharingUpdate()

Creates an new SharingUpdate instance.

Properties

Group

A list of sharing profile groups.

OperationType

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SharingUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SharingUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Compute.Models.Api20220103.ISharingUpdate.

FromJsonString(String)

Creates a new instance of SharingUpdate, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SharingUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to