ArmComputeModelFactory.CommunityGalleryInfo Method
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.
Initializes a new instance of CommunityGalleryInfo.
public static Azure.ResourceManager.Compute.Models.CommunityGalleryInfo CommunityGalleryInfo (string publisherUriString = default, string publisherContact = default, string eula = default, string publicNamePrefix = default, bool? communityGalleryEnabled = default, System.Collections.Generic.IEnumerable<string> publicNames = default);
static member CommunityGalleryInfo : string * string * string * string * Nullable<bool> * seq<string> -> Azure.ResourceManager.Compute.Models.CommunityGalleryInfo
Public Shared Function CommunityGalleryInfo (Optional publisherUriString 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 IEnumerable(Of String) = Nothing) As CommunityGalleryInfo
Parameters
- publisherUriString
- 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.
- publicNames
- IEnumerable<String>
Community gallery public name list.
Returns
A new CommunityGalleryInfo instance for mocking.