Compartilhar via


PolicyDescriptionOperationsExtensions.ListByService Método

Definição

Lista todas as descrições de política.

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

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

scope
Nullable<PolicyScopeContract>

Escopo da política. Os valores possíveis incluem: 'Tenant', 'Product', 'Api', 'Operation', 'All'

Retornos

Aplica-se a