SharingStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |