ServiceWorkspaceNamedValueCollection.GetAll Method

Definition

Lists a collection of named values defined within a workspace in a service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/namedValues
  • Operation Id: WorkspaceNamedValue_ListByService
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceNamedValueResource
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNamedValueResource> GetAll (string filter = default, int? top = default, int? skip = default, Azure.ResourceManager.ApiManagement.Models.KeyVaultRefreshState? isKeyVaultRefreshFailed = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.ApiManagement.Models.KeyVaultRefreshState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNamedValueResource>
override this.GetAll : string * Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.ApiManagement.Models.KeyVaultRefreshState> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNamedValueResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional isKeyVaultRefreshFailed As Nullable(Of KeyVaultRefreshState) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceWorkspaceNamedValueResource)

Parameters

filter
String

| Field | Usage | Supported operators | Supported functions |</br>|-------------|-------------|-------------|-------------|</br>| tags | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith, any, all |</br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |</br>.

top
Nullable<Int32>

Number of records to return.

skip
Nullable<Int32>

Number of records to skip.

isKeyVaultRefreshFailed
Nullable<KeyVaultRefreshState>

Query parameter to fetch named value entities based on refresh status.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ServiceWorkspaceNamedValueResource that may take multiple service requests to iterate over.

Applies to