Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageFeature
Packages that use GalleryImageFeature
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of GalleryImageFeature in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type GalleryImageFeatureModifier and TypeMethodDescriptionCommunityGalleryImageInner.features()Get the features property: A list of gallery image features.CommunityGalleryImageProperties.features()Get the features property: A list of gallery image features.GalleryImageInner.features()Get the features property: A list of gallery image features.GalleryImageProperties.features()Get the features property: A list of gallery image features.SharedGalleryImageInner.features()Get the features property: A list of gallery image features.SharedGalleryImageProperties.features()Get the features property: A list of gallery image features.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type GalleryImageFeatureModifier and TypeMethodDescriptionCommunityGalleryImageInner.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.CommunityGalleryImageProperties.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.GalleryImageInner.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.GalleryImageProperties.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.SharedGalleryImageInner.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.SharedGalleryImageProperties.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features. -
Uses of GalleryImageFeature in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return GalleryImageFeatureModifier and TypeMethodDescriptionstatic GalleryImageFeatureGalleryImageFeature.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GalleryImageFeature from the JsonReader.Set the name property: The name of the gallery image feature.Set the value property: The value of the gallery image feature.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type GalleryImageFeatureModifier and TypeMethodDescriptionGalleryImageUpdate.features()Get the features property: A list of gallery image features.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryImageFeatureModifier and TypeMethodDescriptionGalleryImageUpdate.withFeatures(List<GalleryImageFeature> features) Set the features property: A list of gallery image features.