Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineImageFeature
-
Packages that use VirtualMachineImageFeature 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 VirtualMachineImageFeature in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return types with arguments of type VirtualMachineImageFeature Modifier and Type Method Description List<VirtualMachineImageFeature>VirtualMachineImageInner. features()Get the features property: The features property.List<VirtualMachineImageFeature>VirtualMachineImageProperties. features()Get the features property: The features property.Method parameters in com.azure.resourcemanager.compute.fluent.models with type arguments of type VirtualMachineImageFeature Modifier and Type Method Description VirtualMachineImageInnerVirtualMachineImageInner. withFeatures(List<VirtualMachineImageFeature> features)Set the features property: The features property.VirtualMachineImagePropertiesVirtualMachineImageProperties. withFeatures(List<VirtualMachineImageFeature> features)Set the features property: The features property. -
Uses of VirtualMachineImageFeature in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineImageFeature Modifier and Type Method Description VirtualMachineImageFeatureVirtualMachineImageFeature. withName(String name)Set the name property: The name of the feature.VirtualMachineImageFeatureVirtualMachineImageFeature. withValue(String value)Set the value property: The corresponding value for the feature.
-