GraphServicesExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.GraphServices.

public static class GraphServicesExtensions
type GraphServicesExtensions = class
Public Module GraphServicesExtensions
Inheritance
GraphServicesExtensions

Methods

GetGraphServicesAccountResource(ArmClient, ResourceIdentifier)

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. MockingTo mock this method, please mock GetGraphServicesAccountResource(ResourceIdentifier) instead.

GetGraphServicesAccountResource(ResourceGroupResource, String, CancellationToken)

Returns account resource for a given name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.GraphServices/accounts/{resourceName}
  • Operation Id: Accounts_Get
GetGraphServicesAccountResourceAsync(ResourceGroupResource, String, CancellationToken)

Returns account resource for a given name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.GraphServices/accounts/{resourceName}
  • Operation Id: Accounts_Get
GetGraphServicesAccountResources(ResourceGroupResource)

Gets a collection of GraphServicesAccountResources in the ResourceGroupResource. MockingTo mock this method, please mock GetGraphServicesAccountResources() instead.

GetGraphServicesAccountResources(SubscriptionResource, CancellationToken)

Returns list of accounts belonging to a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.GraphServices/accounts
  • Operation Id: Accounts_ListBySubscription
GetGraphServicesAccountResourcesAsync(SubscriptionResource, CancellationToken)

Returns list of accounts belonging to a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.GraphServices/accounts
  • Operation Id: Accounts_ListBySubscription

Applies to