ServiceGroupsExtensions 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.ServiceGroups.
public static class ServiceGroupsExtensions
type ServiceGroupsExtensions = class
Public Module ServiceGroupsExtensions
- Inheritance
-
ServiceGroupsExtensions
Methods
| Name | Description |
|---|---|
| GetServiceGroup(TenantResource, String, CancellationToken) |
Get the details of the serviceGroup
|
| GetServiceGroupAsync(TenantResource, String, CancellationToken) |
Get the details of the serviceGroup
|
| GetServiceGroupResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ServiceGroupResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String) to create a ServiceGroupResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetServiceGroupResource(ResourceIdentifier) instead.</item> |
| GetServiceGroups(TenantResource) |
Gets a collection of ServiceGroupResources in the TenantResource. <item>MockingTo mock this method, please mock GetServiceGroups() instead.</item> |