Uses of Class
com.azure.resourcemanager.compute.fluent.models.SharedGalleryImageInner
Packages that use SharedGalleryImageInner
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 SharedGalleryImageInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return SharedGalleryImageInnerModifier and TypeMethodDescriptionGet a shared gallery image by subscription id or tenant id.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type SharedGalleryImageInnerModifier and TypeMethodDescriptionSharedGalleryImagesClient.getAsync(String location, String galleryUniqueName, String galleryImageName) Get a shared gallery image by subscription id or tenant id.com.azure.core.http.rest.Response<SharedGalleryImageInner> SharedGalleryImagesClient.getWithResponse(String location, String galleryUniqueName, String galleryImageName, com.azure.core.util.Context context) Get a shared gallery image by subscription id or tenant id.Mono<com.azure.core.http.rest.Response<SharedGalleryImageInner>> SharedGalleryImagesClient.getWithResponseAsync(String location, String galleryUniqueName, String galleryImageName) Get a shared gallery image by subscription id or tenant id.com.azure.core.http.rest.PagedIterable<SharedGalleryImageInner> List shared gallery images by subscription id or tenant id.com.azure.core.http.rest.PagedIterable<SharedGalleryImageInner> SharedGalleryImagesClient.list(String location, String galleryUniqueName, SharedToValues sharedTo, com.azure.core.util.Context context) List shared gallery images by subscription id or tenant id.com.azure.core.http.rest.PagedFlux<SharedGalleryImageInner> List shared gallery images by subscription id or tenant id.com.azure.core.http.rest.PagedFlux<SharedGalleryImageInner> SharedGalleryImagesClient.listAsync(String location, String galleryUniqueName, SharedToValues sharedTo) List shared gallery images by subscription id or tenant id. -
Uses of SharedGalleryImageInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return SharedGalleryImageInnerModifier and TypeMethodDescriptionstatic SharedGalleryImageInnerSharedGalleryImageInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SharedGalleryImageInner from the JsonReader.SharedGalleryImageInner.withArchitecture(Architecture architecture) Set the architecture property: The architecture of the image.SharedGalleryImageInner.withArtifactTags(Map<String, String> artifactTags) Set the artifactTags property: The artifact tags of a shared gallery resource.SharedGalleryImageInner.withDisallowed(Disallowed disallowed) Set the disallowed property: Describes the disallowed disk types.SharedGalleryImageInner.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.SharedGalleryImageInner.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.SharedGalleryImageInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SharedGalleryImageInner.withIdentifier(GalleryImageIdentifier identifier) Set the identifier property: This is the gallery image definition identifier.SharedGalleryImageInner.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'.SharedGalleryImageInner.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.SharedGalleryImageInner.withPrivacyStatementUri(String privacyStatementUri) Set the privacyStatementUri property: Privacy statement uri for the current community gallery image.SharedGalleryImageInner.withPurchasePlan(ImagePurchasePlan purchasePlan) Set the purchasePlan property: Describes the gallery image definition purchase plan.SharedGalleryImageInner.withRecommended(RecommendedMachineConfiguration recommended) Set the recommended property: The properties describe the recommended machine configuration for this Image Definition.SharedGalleryImageInner.withUniqueId(String uniqueId) Set the uniqueId property: The unique id of this shared gallery. -
Uses of SharedGalleryImageInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type SharedGalleryImageInnerModifier and TypeMethodDescriptionSharedGalleryImageList.value()Get the value property: A list of shared gallery images.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type SharedGalleryImageInnerModifier and TypeMethodDescriptionSharedGalleryImageList.withValue(List<SharedGalleryImageInner> value) Set the value property: A list of shared gallery images.