Uses of Class
com.azure.resourcemanager.compute.models.GalleryImageFeature
-
Packages that use GalleryImageFeature Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 GalleryImageFeature Modifier and Type Method Description List<GalleryImageFeature>CommunityGalleryImageInner. features()Get the features property: A list of gallery image features.List<GalleryImageFeature>CommunityGalleryImageProperties. features()Get the features property: A list of gallery image features.List<GalleryImageFeature>GalleryImageInner. features()Get the features property: A list of gallery image features.List<GalleryImageFeature>GalleryImageProperties. features()Get the features property: A list of gallery image features.List<GalleryImageFeature>SharedGalleryImageInner. features()Get the features property: A list of gallery image features.List<GalleryImageFeature>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 GalleryImageFeature Modifier and Type Method Description CommunityGalleryImageInnerCommunityGalleryImageInner. withFeatures(List<GalleryImageFeature> features)Set the features property: A list of gallery image features.CommunityGalleryImagePropertiesCommunityGalleryImageProperties. withFeatures(List<GalleryImageFeature> features)Set the features property: A list of gallery image features.GalleryImageInnerGalleryImageInner. withFeatures(List<GalleryImageFeature> features)Set the features property: A list of gallery image features.GalleryImagePropertiesGalleryImageProperties. withFeatures(List<GalleryImageFeature> features)Set the features property: A list of gallery image features.SharedGalleryImageInnerSharedGalleryImageInner. withFeatures(List<GalleryImageFeature> features)Set the features property: A list of gallery image features.SharedGalleryImagePropertiesSharedGalleryImageProperties. 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 GalleryImageFeature Modifier and Type Method Description GalleryImageFeatureGalleryImageFeature. withName(String name)Set the name property: The name of the gallery image feature.GalleryImageFeatureGalleryImageFeature. withValue(String value)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 GalleryImageFeature Modifier and Type Method Description List<GalleryImageFeature>GalleryImageUpdate. features()Get the features property: A list of gallery image features.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type GalleryImageFeature Modifier and Type Method Description GalleryImageUpdateGalleryImageUpdate. withFeatures(List<GalleryImageFeature> features)Set the features property: A list of gallery image features.
-