Uses of Class
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryImageProperties
Packages that use CommunityGalleryImageProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of CommunityGalleryImageProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CommunityGalleryImagePropertiesModifier and TypeMethodDescriptionCommunityGalleryImageProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CommunityGalleryImageProperties from the JsonReader.CommunityGalleryImageProperties.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.CommunityGalleryImageProperties.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a community gallery resource.CommunityGalleryImageProperties.withDisallowed(Disallowed disallowed) Set the disallowed property: Describes the disallowed disk types.CommunityGalleryImageProperties.withDisclaimer(String disclaimer) Set the disclaimer property: The disclaimer for a community gallery resource.CommunityGalleryImageProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image definition.Set the eula property: The end-user license agreement for the current community gallery image.CommunityGalleryImageProperties.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.CommunityGalleryImageProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.CommunityGalleryImageProperties.withIdentifier(CommunityGalleryImageIdentifier identifier) Set the identifier property: This is the community gallery image definition identifier.CommunityGalleryImageProperties.withOsState(OperatingSystemStateTypes osState) Set the osState property: This property allows the user to specify whether the virtual machines created under this image are 'Generalized' or 'Specialized'.CommunityGalleryImageProperties.withOsType(OperatingSystemTypes osType) Set the osType property: This property allows you to specify the type of the OS that is included in the disk when creating a VM from a managed image.CommunityGalleryImageProperties.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: Privacy statement URI for the current community gallery image.CommunityGalleryImageProperties.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.CommunityGalleryImageProperties.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.