Share via


AutomationExtensions.GetDscNodeResource(ArmClient, ResourceIdentifier) Method

Definition

Gets an object representing a DscNodeResource 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 DscNodeResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetDscNodeResource(ResourceIdentifier) instead.

public static Azure.ResourceManager.Automation.DscNodeResource GetDscNodeResource (this Azure.ResourceManager.ArmClient client, Azure.Core.ResourceIdentifier id);
static member GetDscNodeResource : Azure.ResourceManager.ArmClient * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Automation.DscNodeResource
<Extension()>
Public Function GetDscNodeResource (client As ArmClient, id As ResourceIdentifier) As DscNodeResource

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a DscNodeResource object.

Exceptions

client is null.

Applies to