SharingProfileGroup Class

Definition

Group of the gallery sharing profile.

public class SharingProfileGroup : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.SharingProfileGroup>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.SharingProfileGroup>
type SharingProfileGroup = class
    interface IJsonModel<SharingProfileGroup>
    interface IPersistableModel<SharingProfileGroup>
Public Class SharingProfileGroup
Implements IJsonModel(Of SharingProfileGroup), IPersistableModel(Of SharingProfileGroup)
Inheritance
SharingProfileGroup
Implements

Constructors

SharingProfileGroup()

Initializes a new instance of SharingProfileGroup.

Properties

GroupType

This property allows you to specify the type of sharing group. Possible values are: Subscriptions, AADTenants..

Ids

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

Explicit Interface Implementations

IJsonModel<SharingProfileGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<SharingProfileGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SharingProfileGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SharingProfileGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<SharingProfileGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to