Uses of Class
com.azure.resourcemanager.compute.models.CommunityGalleryMetadata
Packages that use CommunityGalleryMetadata
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CommunityGalleryMetadata in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CommunityGalleryMetadataModifier and TypeMethodDescriptionCommunityGalleryInner.communityMetadata()Get the communityMetadata property: The metadata of community gallery.CommunityGalleryProperties.communityMetadata()Get the communityMetadata property: The metadata of community gallery.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type CommunityGalleryMetadataModifier and TypeMethodDescriptionCommunityGalleryInner.withCommunityMetadata(CommunityGalleryMetadata communityMetadata) Set the communityMetadata property: The metadata of community gallery.CommunityGalleryProperties.withCommunityMetadata(CommunityGalleryMetadata communityMetadata) Set the communityMetadata property: The metadata of community gallery. -
Uses of CommunityGalleryMetadata in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CommunityGalleryMetadataModifier and TypeClassDescriptionfinal classThe metadata of community gallery.Methods in com.azure.resourcemanager.compute.models that return CommunityGalleryMetadataModifier and TypeMethodDescriptionstatic CommunityGalleryMetadataCommunityGalleryMetadata.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommunityGalleryMetadata from the JsonReader.Set the eula property: The end-user license agreement for this community gallery.CommunityGalleryMetadata.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: The link for the privacy statement of this community gallery from the gallery publisher.CommunityGalleryMetadata.withPublicNames(List<String> publicNames) Set the publicNames property: A list of public names the gallery has.CommunityGalleryMetadata.withPublisherContact(String publisherContact) Set the publisherContact property: The publisher email id of this community gallery.CommunityGalleryMetadata.withPublisherUri(String publisherUri) Set the publisherUri property: The publisher URI of this community gallery.