MockableAvsArmClient.GetWorkloadNetworkVmGroupResource Method

Definition

Gets an object representing a WorkloadNetworkVmGroupResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a WorkloadNetworkVmGroupResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.Avs.WorkloadNetworkVmGroupResource GetWorkloadNetworkVmGroupResource (Azure.Core.ResourceIdentifier id);
abstract member GetWorkloadNetworkVmGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.WorkloadNetworkVmGroupResource
override this.GetWorkloadNetworkVmGroupResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.WorkloadNetworkVmGroupResource
Public Overridable Function GetWorkloadNetworkVmGroupResource (id As ResourceIdentifier) As WorkloadNetworkVmGroupResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WorkloadNetworkVmGroupResource object.

Applies to