Uses of Class
com.azure.resourcemanager.connectedvmware.models.FirmwareType
Packages that use FirmwareType
Package
Description
Package containing the inner data models for ConnectedVMwareClient.
Package containing the data models for ConnectedVMwareClient.
-
Uses of FirmwareType in com.azure.resourcemanager.connectedvmware.fluent.models
Methods in com.azure.resourcemanager.connectedvmware.fluent.models that return FirmwareTypeModifier and TypeMethodDescriptionVirtualMachineInner.firmwareType()
Get the firmwareType property: Firmware type.VirtualMachineProperties.firmwareType()
Get the firmwareType property: Firmware type.VirtualMachineTemplateInner.firmwareType()
Get the firmwareType property: Firmware type.VirtualMachineTemplateProperties.firmwareType()
Get the firmwareType property: Firmware type.Methods in com.azure.resourcemanager.connectedvmware.fluent.models with parameters of type FirmwareTypeModifier and TypeMethodDescriptionVirtualMachineInner.withFirmwareType
(FirmwareType firmwareType) Set the firmwareType property: Firmware type.VirtualMachineProperties.withFirmwareType
(FirmwareType firmwareType) Set the firmwareType property: Firmware type. -
Uses of FirmwareType in com.azure.resourcemanager.connectedvmware.models
Fields in com.azure.resourcemanager.connectedvmware.models declared as FirmwareTypeModifier and TypeFieldDescriptionstatic final FirmwareType
FirmwareType.BIOS
Static value bios for FirmwareType.static final FirmwareType
FirmwareType.EFI
Static value efi for FirmwareType.Methods in com.azure.resourcemanager.connectedvmware.models that return FirmwareTypeModifier and TypeMethodDescriptionVirtualMachine.firmwareType()
Gets the firmwareType property: Firmware type.VirtualMachineTemplate.firmwareType()
Gets the firmwareType property: Firmware type.static FirmwareType
FirmwareType.fromString
(String name) Creates or finds a FirmwareType from its string representation.Methods in com.azure.resourcemanager.connectedvmware.models that return types with arguments of type FirmwareTypeModifier and TypeMethodDescriptionstatic Collection<FirmwareType>
FirmwareType.values()
Gets known FirmwareType values.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type FirmwareTypeModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithFirmwareType.withFirmwareType
(FirmwareType firmwareType) Specifies the firmwareType property: Firmware type.