ArmElasticModelFactory.VmCollectionContent Method

Definition

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.

Applies to