GraphServicesExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
GetGraphServicesAccountResourceAsync(ResourceGroupResource, String, CancellationToken) |
Returns account resource for a given name.
|
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.
|
GetGraphServicesAccountResourcesAsync(SubscriptionResource, CancellationToken) |
Returns list of accounts belonging to a subscription.
|
Applies to
Azure SDK for .NET