PolicyDescriptionOperationsExtensions.ListByService 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í.
Muestra todas las descripciones de directivas.
public static Microsoft.Azure.Management.ApiManagement.Models.PolicyDescriptionCollection ListByService (this Microsoft.Azure.Management.ApiManagement.IPolicyDescriptionOperations operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.PolicyScopeContract? scope = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.IPolicyDescriptionOperations * string * string * Nullable<Microsoft.Azure.Management.ApiManagement.Models.PolicyScopeContract> -> Microsoft.Azure.Management.ApiManagement.Models.PolicyDescriptionCollection
<Extension()>
Public Function ListByService (operations As IPolicyDescriptionOperations, resourceGroupName As String, serviceName As String, Optional scope As Nullable(Of PolicyScopeContract) = Nothing) As PolicyDescriptionCollection
Parámetros
- operations
- IPolicyDescriptionOperations
Grupo de operaciones para este método de extensión.
- resourceGroupName
- String
Nombre del grupo de recursos.
- serviceName
- String
Nombre del servicio API Management.
- scope
- Nullable<PolicyScopeContract>
Ámbito de la directiva. Entre los valores posibles se incluyen: 'Tenant', 'Product', 'Api', 'Operation', 'All'
Devoluciones
Se aplica a
Azure SDK for .NET