ResourceConnectorExtensions 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.ResourceConnector.
public static class ResourceConnectorExtensions
type ResourceConnectorExtensions = class
Public Module ResourceConnectorExtensions
- Inheritance
-
ResourceConnectorExtensions
Methods
GetResourceConnectorAppliance(ResourceGroupResource, String, CancellationToken) |
Gets the details of an Appliance with a specified resource group and name.
|
GetResourceConnectorApplianceAsync(ResourceGroupResource, String, CancellationToken) |
Gets the details of an Appliance with a specified resource group and name.
|
GetResourceConnectorApplianceResource(ArmClient, ResourceIdentifier) |
Gets an object representing a ResourceConnectorApplianceResource 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 ResourceConnectorApplianceResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetResourceConnectorApplianceResource(ResourceIdentifier) instead. |
GetResourceConnectorAppliances(ResourceGroupResource) |
Gets a collection of ResourceConnectorApplianceResources in the ResourceGroupResource. MockingTo mock this method, please mock GetResourceConnectorAppliances() instead. |
GetResourceConnectorAppliances(SubscriptionResource, CancellationToken) |
Gets a list of Appliances in the specified subscription. The operation returns properties of each Appliance
|
GetResourceConnectorAppliancesAsync(SubscriptionResource, CancellationToken) |
Gets a list of Appliances in the specified subscription. The operation returns properties of each Appliance
|
GetTelemetryConfigAppliance(SubscriptionResource, CancellationToken) |
Gets the telemetry config.
|
GetTelemetryConfigApplianceAsync(SubscriptionResource, CancellationToken) |
Gets the telemetry config.
|
Applies to
Azure SDK for .NET