Uses of Class
com.azure.resourcemanager.compute.models.PlatformAttribute
Packages that use PlatformAttribute
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of PlatformAttribute in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type PlatformAttributeModifier and TypeClassDescriptionfinal classThis is the platform attribute of the image version.Methods in com.azure.resourcemanager.compute.models that return PlatformAttributeModifier and TypeMethodDescriptionstatic PlatformAttributePlatformAttribute.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PlatformAttribute from the JsonReader.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type PlatformAttributeModifier and TypeMethodDescriptionValidationsProfile.platformAttributes()Get the platformAttributes property: This specifies the pub, offer, sku and version of the image version metadata.Method parameters in com.azure.resourcemanager.compute.models with type arguments of type PlatformAttributeModifier and TypeMethodDescriptionValidationsProfile.withPlatformAttributes(List<PlatformAttribute> platformAttributes) Set the platformAttributes property: This specifies the pub, offer, sku and version of the image version metadata.