RecommendedActionCollection Class

Definition

A class representing a collection of RecommendedActionResource and their operations. Each RecommendedActionResource in the collection will belong to the same instance of SqlDatabaseAdvisorResource. To get a RecommendedActionCollection instance call the GetRecommendedActions method from an instance of SqlDatabaseAdvisorResource.

public class RecommendedActionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Sql.RecommendedActionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.RecommendedActionResource>
type RecommendedActionCollection = class
    inherit ArmCollection
    interface seq<RecommendedActionResource>
    interface IEnumerable
    interface IAsyncEnumerable<RecommendedActionResource>
Public Class RecommendedActionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of RecommendedActionResource), IEnumerable(Of RecommendedActionResource)
Inheritance
RecommendedActionCollection
Implements

Constructors

RecommendedActionCollection()

Initializes a new instance of the RecommendedActionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}
  • Operation Id: DatabaseRecommendedActions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: RecommendedActionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}
  • Operation Id: DatabaseRecommendedActions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: RecommendedActionResource
Get(String, CancellationToken)

Gets a database recommended action.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}
  • Operation Id: DatabaseRecommendedActions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: RecommendedActionResource
GetAll(CancellationToken)

Gets list of Database Recommended Actions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions
  • Operation Id: DatabaseRecommendedActions_ListByDatabaseAdvisor
  • Default Api Version: 2020-11-01-preview
  • Resource: RecommendedActionResource
GetAllAsync(CancellationToken)

Gets list of Database Recommended Actions.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions
  • Operation Id: DatabaseRecommendedActions_ListByDatabaseAdvisor
  • Default Api Version: 2020-11-01-preview
  • Resource: RecommendedActionResource
GetAsync(String, CancellationToken)

Gets a database recommended action.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}
  • Operation Id: DatabaseRecommendedActions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: RecommendedActionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}
  • Operation Id: DatabaseRecommendedActions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: RecommendedActionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/advisors/{advisorName}/recommendedActions/{recommendedActionName}
  • Operation Id: DatabaseRecommendedActions_Get
  • Default Api Version: 2020-11-01-preview
  • Resource: RecommendedActionResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<RecommendedActionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<RecommendedActionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to