Compartir a través de


PolicyDescriptionOperationsExtensions.ListByService Método

Definición

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