CommunityGalleryInfo 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.
Information of community gallery if current gallery is shared to community.
public class CommunityGalleryInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.CommunityGalleryInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.CommunityGalleryInfo>
type CommunityGalleryInfo = class
interface IJsonModel<CommunityGalleryInfo>
interface IPersistableModel<CommunityGalleryInfo>
Public Class CommunityGalleryInfo
Implements IJsonModel(Of CommunityGalleryInfo), IPersistableModel(Of CommunityGalleryInfo)
- Inheritance
-
CommunityGalleryInfo
- Implements
Constructors
CommunityGalleryInfo() |
Initializes a new instance of CommunityGalleryInfo. |
Properties
CommunityGalleryEnabled |
Contains info about whether community gallery sharing is enabled. |
Eula |
End-user license agreement for community gallery image. |
PublicNamePrefix |
The prefix of the gallery name that will be displayed publicly. Visible to all users. |
PublicNames |
Community gallery public name list. |
PublisherContact |
Community gallery publisher support email. The email address of the publisher. Visible to all users. |
PublisherUriString |
The link to the publisher website. Visible to all users. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CommunityGalleryInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CommunityGalleryInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CommunityGalleryInfo>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CommunityGalleryInfo>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CommunityGalleryInfo>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET