ApiManagementServiceResource.GetTagResources Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Enumera una colección de recursos asociados a etiquetas.
- Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/tagResources
- IdTagResource_ListByService de operaciones
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails> GetTagResources (string filter = default, int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTagResources : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails>
override this.GetTagResources : string * Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.Models.TagResourceContractDetails>
Public Overridable Function GetTagResources (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of TagResourceContractDetails)
Parámetros
- filter
- String
| Campo | Uso | Operadores admitidos | Funciones admitidas |< /br>|-------------|-------------|-------------|-------------|< /br>| aid | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| displayName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| apiName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| apiRevision | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| path | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| description | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| serviceUrl | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| método | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| urlTemplate | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| terms | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |< /br>| state | filter | eq | |< /br>| isCurrent | filter | eq | |< /br>.
- cancellationToken
- CancellationToken
Token de cancelación que se va a usar.
Devoluciones
Colección de que puede tomar varias solicitudes de TagResourceContractDetails servicio para iterar.
Se aplica a
Azure SDK for .NET