ConnectedVMwarevSphereExtensions.GetGuestAgentResource Method

Definition

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

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

Parameters

client
ArmClient

The ArmClient instance the method will execute against.

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a GuestAgentResource object.

Applies to