次の方法で共有


NamedValueOperationsExtensions.ListByService メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract> ListByService (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);
static member ListByService : Microsoft.Azure.Management.ApiManagement.INamedValueOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract> * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.NamedValueContract>
<Extension()>
Public Function ListByService (operations As INamedValueOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of NamedValueContract) = Nothing, Optional isKeyVaultRefreshFailed As Nullable(Of Boolean) = Nothing) As IPage(Of NamedValueContract)

パラメーター

operations
INamedValueOperations

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

resourceGroupName
String

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

serviceName
String

API Management サービスの名前。

odataQuery
ODataQuery<NamedValueContract>

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

isKeyVaultRefreshFailed
Nullable<Boolean>

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

戻り値

適用対象