Interface VirtualMachineSizeListResult
public interface VirtualMachineSizeListResult
An immutable client-side representation of VirtualMachineSizeListResult.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.machinelearning.fluent.models.VirtualMachineSizeListResultInner object.value()Gets the value property: The list of virtual machine sizes supported by AmlCompute.
-
Method Details
-
value
List<VirtualMachineSize> value()Gets the value property: The list of virtual machine sizes supported by AmlCompute.- Returns:
- the value value.
-
innerModel
VirtualMachineSizeListResultInner innerModel()Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.VirtualMachineSizeListResultInner object.- Returns:
- the inner object.
-