Sdílet prostřednictvím


NamedValueOperationsExtensions.ListByService Method

Definition

Lists a collection of named values defined within a service instance. 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)

Parameters

operations
INamedValueOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

odataQuery
ODataQuery<NamedValueContract>

OData parameters to apply to the operation.

isKeyVaultRefreshFailed
Nullable<Boolean>

When set to true, the response contains only named value entities which failed refresh.

Returns

Applies to