ServiceGroupsExtensions Class

Definition

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 <item> Mocking. To mock this method, please mock GetServiceGroup(String, CancellationToken) instead. </item>

GetServiceGroupAsync(TenantResource, String, CancellationToken)

Get the details of the serviceGroup <item> Mocking. To mock this method, please mock GetServiceGroupAsync(String, CancellationToken) instead. </item>

GetServiceGroupResource(ArmClient, ResourceIdentifier)

Gets an object representing a ServiceGroupResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetServiceGroupResource(ResourceIdentifier) instead. </item>

GetServiceGroups(TenantResource)

Gets a collection of ServiceGroups in the TenantResource<item> Mocking. To mock this method, please mock GetServiceGroups() instead. </item>

Applies to