Share via


SharingProfileGroup Class

Definition

Group of the gallery sharing profile

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

Constructors

SharingProfileGroup()

Creates an new SharingProfileGroup instance.

Properties

Id

A list of subscription/tenant ids the gallery is aimed to be shared to.

Type

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SharingProfileGroup.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SharingProfileGroup.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SharingProfileGroup into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to