ArmElasticModelFactory.VmResources(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.
Initializes a new instance of VmResources.
public static Azure.ResourceManager.Elastic.Models.VmResources VmResources (string vmResourceId = default);
static member VmResources : string -> Azure.ResourceManager.Elastic.Models.VmResources
Public Shared Function VmResources (Optional vmResourceId As String = Nothing) As VmResources
Parameters
- vmResourceId
- String
The ARM id of the VM resource.
Returns
A new VmResources instance for mocking.