Uses of Class
com.azure.resourcemanager.compute.fluent.models.VirtualMachineExtensionImageProperties
Packages that use VirtualMachineExtensionImageProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
-
Uses of VirtualMachineExtensionImageProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return VirtualMachineExtensionImagePropertiesModifier and TypeMethodDescriptionVirtualMachineExtensionImageProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineExtensionImageProperties from the JsonReader.VirtualMachineExtensionImageProperties.withComputeRole(String computeRole) Set the computeRole property: The type of role (IaaS or PaaS) this extension supports.VirtualMachineExtensionImageProperties.withHandlerSchema(String handlerSchema) Set the handlerSchema property: The schema defined by publisher, where extension consumers should provide settings in a matching schema.VirtualMachineExtensionImageProperties.withOperatingSystem(String operatingSystem) Set the operatingSystem property: The operating system this extension supports.VirtualMachineExtensionImageProperties.withSupportsMultipleExtensions(Boolean supportsMultipleExtensions) Set the supportsMultipleExtensions property: Whether the handler can support multiple extensions.VirtualMachineExtensionImageProperties.withVmScaleSetEnabled(Boolean vmScaleSetEnabled) Set the vmScaleSetEnabled property: Whether the extension can be used on xRP VMScaleSets.