SharingProfileGroup 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.
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. |