ResourceConnectorExtensions Class

Definition

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

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

Methods

Name Description
GetApplianceTelemetryConfig(SubscriptionResource, CancellationToken)

Gets the telemetry config. <item> Mocking. To mock this method, please mock GetApplianceTelemetryConfig(CancellationToken) instead. </item>

GetApplianceTelemetryConfigAsync(SubscriptionResource, CancellationToken)

Gets the telemetry config. <item> Mocking. To mock this method, please mock GetApplianceTelemetryConfigAsync(CancellationToken) instead. </item>

GetResourceConnectorAppliance(ResourceGroupResource, String, CancellationToken)

Gets the details of an Appliance with a specified resource group and name. <item> Mocking. To mock this method, please mock GetResourceConnectorAppliance(String, CancellationToken) instead. </item>

GetResourceConnectorApplianceAsync(ResourceGroupResource, String, CancellationToken)

Gets the details of an Appliance with a specified resource group and name. <item> Mocking. To mock this method, please mock GetResourceConnectorApplianceAsync(String, CancellationToken) instead. </item>

GetResourceConnectorApplianceResource(ArmClient, ResourceIdentifier)

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

GetResourceConnectorAppliances(ResourceGroupResource)

Gets a collection of ResourceConnectorAppliances in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetResourceConnectorAppliances() instead. </item>

GetResourceConnectorAppliances(SubscriptionResource, CancellationToken)

Gets a list of Appliances in the specified subscription. The operation returns properties of each Appliance <item> Mocking. To mock this method, please mock GetResourceConnectorAppliances(CancellationToken) instead. </item>

GetResourceConnectorAppliancesAsync(SubscriptionResource, CancellationToken)

Gets a list of Appliances in the specified subscription. The operation returns properties of each Appliance <item> Mocking. To mock this method, please mock GetResourceConnectorAppliancesAsync(CancellationToken) instead. </item>

Applies to