Uses of Class
com.azure.resourcemanager.compute.fluent.models.CommunityGalleryImageInner
Packages that use CommunityGalleryImageInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CommunityGalleryImageInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return CommunityGalleryImageInnerModifier and TypeMethodDescriptionCommunityGalleryImagesClient.get(String location, String publicGalleryName, String galleryImageName) Get a community gallery image.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type CommunityGalleryImageInnerModifier and TypeMethodDescriptionCommunityGalleryImagesClient.getAsync(String location, String publicGalleryName, String galleryImageName) Get a community gallery image.com.azure.core.http.rest.Response<CommunityGalleryImageInner>CommunityGalleryImagesClient.getWithResponse(String location, String publicGalleryName, String galleryImageName, com.azure.core.util.Context context) Get a community gallery image.Mono<com.azure.core.http.rest.Response<CommunityGalleryImageInner>>CommunityGalleryImagesClient.getWithResponseAsync(String location, String publicGalleryName, String galleryImageName) Get a community gallery image.com.azure.core.http.rest.PagedIterable<CommunityGalleryImageInner>List community gallery images inside a gallery.com.azure.core.http.rest.PagedIterable<CommunityGalleryImageInner>CommunityGalleryImagesClient.list(String location, String publicGalleryName, com.azure.core.util.Context context) List community gallery images inside a gallery.com.azure.core.http.rest.PagedFlux<CommunityGalleryImageInner>List community gallery images inside a gallery. -
Uses of CommunityGalleryImageInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CommunityGalleryImageInnerModifier and TypeMethodDescriptionCommunityGalleryImageInner.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.CommunityGalleryImageInner.withDisallowed(Disallowed disallowed) Set the disallowed property: Describes the disallowed disk types.CommunityGalleryImageInner.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.CommunityGalleryImageInner.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.CommunityGalleryImageInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.CommunityGalleryImageInner.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.CommunityGalleryImageInner.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'.CommunityGalleryImageInner.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.CommunityGalleryImageInner.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: Privacy statement uri for the current community gallery image.CommunityGalleryImageInner.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.CommunityGalleryImageInner.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.CommunityGalleryImageInner.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this community gallery. -
Uses of CommunityGalleryImageInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type CommunityGalleryImageInnerModifier and TypeMethodDescriptionCommunityGalleryImageList.value()Get the value property: A list of community gallery images.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type CommunityGalleryImageInnerModifier and TypeMethodDescriptionCommunityGalleryImageList.withValue(List<CommunityGalleryImageInner> value) Set the value property: A list of community gallery images.