LocationBasedRecommendedActionSessionsResultOperationsExtensions.List Method
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.
Recommendation action session operation result.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.RecommendationAction> List (this Microsoft.Azure.Management.MySQL.ILocationBasedRecommendedActionSessionsResultOperations operations, string locationName, string operationId);
static member List : Microsoft.Azure.Management.MySQL.ILocationBasedRecommendedActionSessionsResultOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.MySQL.Models.RecommendationAction>
<Extension()>
Public Function List (operations As ILocationBasedRecommendedActionSessionsResultOperations, locationName As String, operationId As String) As IPage(Of RecommendationAction)
Parameters
The operations group for this extension method.
- locationName
- String
The name of the location.
- operationId
- String
The operation identifier.