ArmComputeModelFactory.VirtualMachineImageFeature(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.VirtualMachineImageFeature VirtualMachineImageFeature(string name = default, string value = default);
static member VirtualMachineImageFeature : string * string -> Azure.ResourceManager.Compute.Models.VirtualMachineImageFeature
Public Shared Function VirtualMachineImageFeature (Optional name As String = Nothing, Optional value As String = Nothing) As VirtualMachineImageFeature
Parameters
- name
- String
The name of the feature.
- value
- String
The corresponding value for the feature.
Returns
A new VirtualMachineImageFeature instance for mocking.