次の方法で共有


NamedValueOperationsExtensions.ListByServiceAsync メソッド

定義

サービス インスタンス内で定義されている名前付きの値のコレクションを一覧表示します。 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-properties

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract>> ListByServiceAsync (this Microsoft.Azure.Management.ApiManagement.INamedValueOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract> odataQuery = default, bool? isKeyVaultRefreshFailed = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByServiceAsync : Microsoft.Azure.Management.ApiManagement.INamedValueOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract>>
<Extension()>
Public Function ListByServiceAsync (operations As INamedValueOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of NamedValueContract) = Nothing, Optional isKeyVaultRefreshFailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NamedValueContract))

パラメーター

operations
INamedValueOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<NamedValueContract>

操作に適用する OData パラメーター。

isKeyVaultRefreshFailed
Nullable<Boolean>

true に設定すると、応答には、更新に失敗した名前付き値エンティティのみが含まれます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象