Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageProperties
Packages that use SharedGalleryImageProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of SharedGalleryImageProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharedGalleryImagePropertiesModifier and TypeMethodDescriptionstatic SharedGalleryImagePropertiesSharedGalleryImageProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryImageProperties from the JsonReader.SharedGalleryImageProperties.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.SharedGalleryImageProperties.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a shared gallery resource.SharedGalleryImageProperties.withDisallowed(Disallowed disallowed) Set the disallowed property: Describes the disallowed disk types.SharedGalleryImageProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate) Set the endOfLifeDate property: The end of life date of the gallery image definition.Set the eula property: End-user license agreement for the current community gallery image.SharedGalleryImageProperties.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.SharedGalleryImageProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SharedGalleryImageProperties.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.SharedGalleryImageProperties.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'.SharedGalleryImageProperties.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.SharedGalleryImageProperties.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: Privacy statement uri for the current community gallery image.SharedGalleryImageProperties.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImageProperties.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.