Share via


SharingProfile Class

Definition

Profile for gallery sharing to subscription or tenant.

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

Constructors

SharingProfile()

Initializes a new instance of SharingProfile.

Properties

CommunityGalleryInfo

Information of community gallery if current gallery is shared to community.

Groups

A list of sharing profile groups.

Permission

This property allows you to specify the permission of sharing gallery. Possible values are: Private, Groups, Community..

Explicit Interface Implementations

IJsonModel<SharingProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SharingProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SharingProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SharingProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SharingProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to