Share via


MockableAvsArmClient.GetWorkloadNetworkDhcpResource Method

Definition

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

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

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a WorkloadNetworkDhcpResource object.

Applies to