CommunityGalleryInfo Constructors
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.
Overloads
CommunityGalleryInfo() |
Initializes a new instance of the CommunityGalleryInfo class. |
CommunityGalleryInfo(String, String, String, String, Nullable<Boolean>, IList<String>) |
Initializes a new instance of the CommunityGalleryInfo class. |
CommunityGalleryInfo()
Initializes a new instance of the CommunityGalleryInfo class.
public CommunityGalleryInfo ();
Public Sub New ()
Applies to
CommunityGalleryInfo(String, String, String, String, Nullable<Boolean>, IList<String>)
Initializes a new instance of the CommunityGalleryInfo class.
public CommunityGalleryInfo (string publisherUri = default, string publisherContact = default, string eula = default, string publicNamePrefix = default, bool? communityGalleryEnabled = default, System.Collections.Generic.IList<string> publicNames = default);
new Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo : string * string * string * string * Nullable<bool> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Compute.Models.CommunityGalleryInfo
Public Sub New (Optional publisherUri As String = Nothing, Optional publisherContact As String = Nothing, Optional eula As String = Nothing, Optional publicNamePrefix As String = Nothing, Optional communityGalleryEnabled As Nullable(Of Boolean) = Nothing, Optional publicNames As IList(Of String) = Nothing)
Parameters
- publisherUri
- String
The link to the publisher website. Visible to all users.
- publisherContact
- String
Community gallery publisher support email. The email address of the publisher. Visible to all users.
- eula
- String
End-user license agreement for community gallery image.
- publicNamePrefix
- String
The prefix of the gallery name that will be displayed publicly. Visible to all users.
Contains info about whether community gallery sharing is enabled.