ArmElasticModelFactory.VmCollectionContent 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.Elastic.Models.VmCollectionContent VmCollectionContent(Azure.Core.ResourceIdentifier vmResourceId = default, Azure.ResourceManager.Elastic.Models.VmCollectionUpdateOperationName? operationName = default);
static member VmCollectionContent : Azure.Core.ResourceIdentifier * Nullable<Azure.ResourceManager.Elastic.Models.VmCollectionUpdateOperationName> -> Azure.ResourceManager.Elastic.Models.VmCollectionContent
Public Shared Function VmCollectionContent (Optional vmResourceId As ResourceIdentifier = Nothing, Optional operationName As Nullable(Of VmCollectionUpdateOperationName) = Nothing) As VmCollectionContent
Parameters
- vmResourceId
- ResourceIdentifier
ARM id of the VM resource.
- operationName
- Nullable<VmCollectionUpdateOperationName>
Operation to be performed for given VM.
Returns
A new VmCollectionContent instance for mocking.