MockableSelfHelpArmClient 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 ArmClient.
public class MockableSelfHelpArmClient : Azure.ResourceManager.ArmResource
type MockableSelfHelpArmClient = class
inherit ArmResource
Public Class MockableSelfHelpArmClient
Inherits ArmResource
- Inheritance
Constructors
| Name | Description |
|---|---|
| MockableSelfHelpArmClient() |
Initializes a new instance of MockableSelfHelpArmClient for mocking. |
Properties
| Name | Description |
|---|---|
| Client |
Gets the ArmClient this resource client was created from. (Inherited from ArmResource) |
| Diagnostics |
Gets the diagnostic options for this resource client. (Inherited from ArmResource) |
| Endpoint |
Gets the base uri for this resource client. (Inherited from ArmResource) |
| Id |
Gets the resource identifier. (Inherited from ArmResource) |
| Pipeline |
Gets the pipeline for this resource client. (Inherited from ArmResource) |
Methods
| Name | Description |
|---|---|
| CanUseTagResource(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
| CanUseTagResourceAsync(CancellationToken) |
Checks to see if the TagResource API is deployed in the current environment. (Inherited from ArmResource) |
| CheckSelfHelpNameAvailability(ResourceIdentifier, SelfHelpNameAvailabilityContent, CancellationToken) |
This API is used to check the uniqueness of a resource name used for a diagnostic, troubleshooter or solutions
|
| CheckSelfHelpNameAvailabilityAsync(ResourceIdentifier, SelfHelpNameAvailabilityContent, CancellationToken) |
This API is used to check the uniqueness of a resource name used for a diagnostic, troubleshooter or solutions
|
| GetAvailableLocations(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
| GetAvailableLocationsAsync(CancellationToken) |
Lists all available geo-locations. (Inherited from ArmResource) |
| GetManagementLock(String, CancellationToken) |
Get a management lock by scope.
|
| GetManagementLockAsync(String, CancellationToken) |
Get a management lock by scope.
|
| GetManagementLocks() |
Gets a collection of ManagementLockResources in the ArmResource. (Inherited from ArmResource) |
| GetPolicyAssignment(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
| GetPolicyAssignmentAsync(String, CancellationToken) |
This operation retrieves a single policy assignment, given its name and the scope it was created at.
|
| GetPolicyAssignments() |
Gets a collection of PolicyAssignmentResources in the ArmResource. (Inherited from ArmResource) |
| GetSelfHelpDiagnostic(ResourceIdentifier, String, CancellationToken) |
Get the diagnostics using the 'diagnosticsResourceName' you chose while creating the diagnostic. |
| GetSelfHelpDiagnosticAsync(ResourceIdentifier, String, CancellationToken) |
Get the diagnostics using the 'diagnosticsResourceName' you chose while creating the diagnostic. |
| GetSelfHelpDiagnosticResource(ResourceIdentifier) |
Gets an object representing a SelfHelpDiagnosticResource along with the instance operations that can be performed on it but with no data. |
| GetSelfHelpDiagnostics(ResourceIdentifier) |
Gets a collection of SelfHelpDiagnosticCollection objects within the specified scope. |
| GetSelfHelpSimplifiedSolution(ResourceIdentifier, String, CancellationToken) |
Get the simplified Solutions using the applicable solutionResourceName while creating the simplified Solutions. |
| GetSelfHelpSimplifiedSolutionAsync(ResourceIdentifier, String, CancellationToken) |
Get the simplified Solutions using the applicable solutionResourceName while creating the simplified Solutions. |
| GetSelfHelpSimplifiedSolutionResource(ResourceIdentifier) |
Gets an object representing a SelfHelpSimplifiedSolutionResource along with the instance operations that can be performed on it but with no data. |
| GetSelfHelpSimplifiedSolutions(ResourceIdentifier) |
Gets a collection of SelfHelpSimplifiedSolutionCollection objects within the specified scope. |
| GetSelfHelpSolution(ResourceIdentifier, String, CancellationToken) |
Get the solution using the applicable solutionResourceName while creating the solution. |
| GetSelfHelpSolutionAsync(ResourceIdentifier, String, CancellationToken) |
Get the solution using the applicable solutionResourceName while creating the solution. |
| GetSelfHelpSolutionResource(ResourceIdentifier) |
Gets an object representing a SelfHelpSolutionResource along with the instance operations that can be performed on it but with no data. |
| GetSelfHelpSolutionResultResource(ResourceIdentifier) |
Gets an object representing a SelfHelpSolutionResultResource along with the instance operations that can be performed on it but with no data. |
| GetSelfHelpSolutions(ResourceIdentifier) |
Gets a collection of SelfHelpSolutionCollection objects within the specified scope. |
| GetSelfHelpTroubleshooter(ResourceIdentifier, String, CancellationToken) |
Gets troubleshooter instance result which includes the step status/result of the troubleshooter resource name that is being executed.<br/> Get API is used to retrieve the result of a Troubleshooter instance, which includes the status and result of each step in the Troubleshooter workflow. This API requires the Troubleshooter resource name that was created using the Create API. |
| GetSelfHelpTroubleshooterAsync(ResourceIdentifier, String, CancellationToken) |
Gets troubleshooter instance result which includes the step status/result of the troubleshooter resource name that is being executed.<br/> Get API is used to retrieve the result of a Troubleshooter instance, which includes the status and result of each step in the Troubleshooter workflow. This API requires the Troubleshooter resource name that was created using the Create API. |
| GetSelfHelpTroubleshooterResource(ResourceIdentifier) |
Gets an object representing a SelfHelpTroubleshooterResource along with the instance operations that can be performed on it but with no data. |
| GetSelfHelpTroubleshooters(ResourceIdentifier) |
Gets a collection of SelfHelpTroubleshooterCollection objects within the specified scope. |
| GetTagResource() |
Gets an object representing a TagResource along with the instance operations that can be performed on it in the ArmResource. (Inherited from ArmResource) |
| TryGetApiVersion(ResourceType, String) |
Gets the api version override if it has been set for the current client options. (Inherited from ArmResource) |