你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SharingStatus Class

Definition

Sharing status of current gallery.

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

Constructors

SharingStatus()

Creates an new SharingStatus instance.

Properties

AggregatedState

Aggregated sharing state of current gallery.

Summary

Summary of all regional sharing status.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SharingStatus.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SharingStatus.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SharingStatus into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to