ArmGuestConfigurationModelFactory.GuestConfigurationVmInfo 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 GuestConfigurationVmInfo.
public static Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationVmInfo GuestConfigurationVmInfo (Azure.Core.ResourceIdentifier id = default, Guid? uuid = default);
static member GuestConfigurationVmInfo : Azure.Core.ResourceIdentifier * Nullable<Guid> -> Azure.ResourceManager.GuestConfiguration.Models.GuestConfigurationVmInfo
Public Shared Function GuestConfigurationVmInfo (Optional id As ResourceIdentifier = Nothing, Optional uuid As Nullable(Of Guid) = Nothing) As GuestConfigurationVmInfo
Parameters
Azure resource Id of the VM.
Returns
A new GuestConfigurationVmInfo instance for mocking.