次の方法で共有


ClusterVersionsOperationsExtensions.ListAsync メソッド

定義

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Fluent.Models.ClusterCodeVersionsResult>> ListAsync(this Microsoft.Azure.Management.ServiceFabric.Fluent.IClusterVersionsOperations operations, string location, string environment, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.ServiceFabric.Fluent.IClusterVersionsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ServiceFabric.Fluent.Models.ClusterCodeVersionsResult>>
<Extension()>
Public Function ListAsync (operations As IClusterVersionsOperations, location As String, environment As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ClusterCodeVersionsResult))

パラメーター

location
String
environment
String
cancellationToken
CancellationToken

戻り値

適用対象