Uses of Class
com.azure.resourcemanager.compute.models.CommunityGalleryInfo
Packages that use CommunityGalleryInfo
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of CommunityGalleryInfo in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CommunityGalleryInfoModifier and TypeClassDescriptionfinal classInformation of community gallery if current gallery is shared to community.Methods in com.azure.resourcemanager.compute.models that return CommunityGalleryInfoModifier and TypeMethodDescriptionSharingProfile.communityGalleryInfo()Get the communityGalleryInfo property: Information of community gallery if current gallery is shared to community.static CommunityGalleryInfoCommunityGalleryInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommunityGalleryInfo from the JsonReader.Set the eula property: End-user license agreement for community gallery image.CommunityGalleryInfo.withPublicNamePrefix(String publicNamePrefix) Set the publicNamePrefix property: The prefix of the gallery name that will be displayed publicly.CommunityGalleryInfo.withPublisherContact(String publisherContact) Set the publisherContact property: Community gallery publisher support email.CommunityGalleryInfo.withPublisherUri(String publisherUri) Set the publisherUri property: The link to the publisher website.Methods in com.azure.resourcemanager.compute.models with parameters of type CommunityGalleryInfoModifier and TypeMethodDescriptionSharingProfile.withCommunityGalleryInfo(CommunityGalleryInfo communityGalleryInfo) Set the communityGalleryInfo property: Information of community gallery if current gallery is shared to community.