ArmComputeModelFactory.ComputeApiEntityReference(ResourceIdentifier) Method

Definition

public static Azure.ResourceManager.Compute.Models.ComputeApiEntityReference ComputeApiEntityReference(Azure.Core.ResourceIdentifier id = default);
static member ComputeApiEntityReference : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Compute.Models.ComputeApiEntityReference
Public Shared Function ComputeApiEntityReference (Optional id As ResourceIdentifier = Nothing) As ComputeApiEntityReference

Parameters

id
ResourceIdentifier

The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Returns

A new ComputeApiEntityReference instance for mocking.

Applies to