ArmComputeModelFactory.CommunityGalleryMetadata 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 CommunityGalleryMetadata.
public static Azure.ResourceManager.Compute.Models.CommunityGalleryMetadata CommunityGalleryMetadata (Uri publisherUri = default, string publisherContact = default, string eula = default, System.Collections.Generic.IEnumerable<string> publicNames = default, Uri privacyStatementUri = default);
static member CommunityGalleryMetadata : Uri * string * string * seq<string> * Uri -> Azure.ResourceManager.Compute.Models.CommunityGalleryMetadata
Public Shared Function CommunityGalleryMetadata (Optional publisherUri As Uri = Nothing, Optional publisherContact As String = Nothing, Optional eula As String = Nothing, Optional publicNames As IEnumerable(Of String) = Nothing, Optional privacyStatementUri As Uri = Nothing) As CommunityGalleryMetadata
Parameters
- publisherUri
- Uri
The publisher URI of this community gallery.
- publisherContact
- String
The publisher email id of this community gallery.
- eula
- String
The end-user license agreement for this community gallery.
- publicNames
- IEnumerable<String>
A list of public names the gallery has.
- privacyStatementUri
- Uri
The link for the privacy statement of this community gallery from the gallery publisher.
Returns
A new CommunityGalleryMetadata instance for mocking.
Applies to
Azure SDK for .NET