ArmCommvaultContentStoreModelFactory.VmListItem(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.CommvaultContentStore.Models.VmListItem VmListItem(string vmGuid = default);
static member VmListItem : string -> Azure.ResourceManager.CommvaultContentStore.Models.VmListItem
Public Shared Function VmListItem (Optional vmGuid As String = Nothing) As VmListItem
Parameters
- vmGuid
- String
The GUID of the VM to backup.
Returns
A new VmListItem instance for mocking.