MockableHybridComputeArmClient.GetHybridComputeMachineExtensionResource Method

Definition

Gets an object representing a HybridComputeMachineExtensionResource 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 HybridComputeMachineExtensionResourceResourceIdentifier from its components.

public virtual Azure.ResourceManager.HybridCompute.HybridComputeMachineExtensionResource GetHybridComputeMachineExtensionResource (Azure.Core.ResourceIdentifier id);
abstract member GetHybridComputeMachineExtensionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridCompute.HybridComputeMachineExtensionResource
override this.GetHybridComputeMachineExtensionResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.HybridCompute.HybridComputeMachineExtensionResource
Public Overridable Function GetHybridComputeMachineExtensionResource (id As ResourceIdentifier) As HybridComputeMachineExtensionResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a HybridComputeMachineExtensionResource object.

Applies to