MockableGraphServicesArmClient.GetGraphServicesAccountResource Method

Definition

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

public virtual Azure.ResourceManager.GraphServices.GraphServicesAccountResource GetGraphServicesAccountResource (Azure.Core.ResourceIdentifier id);
abstract member GetGraphServicesAccountResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.GraphServices.GraphServicesAccountResource
override this.GetGraphServicesAccountResource : Azure.Core.ResourceIdentifier -> Azure.ResourceManager.GraphServices.GraphServicesAccountResource
Public Overridable Function GetGraphServicesAccountResource (id As ResourceIdentifier) As GraphServicesAccountResource

Parameters

id
ResourceIdentifier

The resource ID of the resource to get.

Returns

Returns a GraphServicesAccountResource object.

Applies to