ManagersOperationsExtensions.ListFeatureSupportStatusAsync 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.
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.StorSimple.Fluent.Models.Feature>> ListFeatureSupportStatusAsync (this Microsoft.Azure.Management.StorSimple.Fluent.IManagersOperations operations, string resourceGroupName, string managerName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple.Fluent.Models.FeatureFilterInner> odataQuery = default, System.Threading.CancellationToken cancellationToken = default);
static member ListFeatureSupportStatusAsync : Microsoft.Azure.Management.StorSimple.Fluent.IManagersOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.StorSimple.Fluent.Models.FeatureFilterInner> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.StorSimple.Fluent.Models.Feature>>
<Extension()>
Public Function ListFeatureSupportStatusAsync (operations As IManagersOperations, resourceGroupName As String, managerName As String, Optional odataQuery As ODataQuery(Of FeatureFilterInner) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of Feature))
Parameters
- operations
- IManagersOperations
- resourceGroupName
- String
- managerName
- String
- odataQuery
- ODataQuery<FeatureFilterInner>
- cancellationToken
- CancellationToken
Returns
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET