Compartir a través de


TenantAccessOperationsExtensions.ListByService Método

Definición

Devuelve la lista de información de acceso: para puntos de conexión de Git y Administración.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract> ListByService (this Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations operations, string resourceGroupName, string serviceName, Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract> odataQuery = default);
static member ListByService : Microsoft.Azure.Management.ApiManagement.ITenantAccessOperations * string * string * Microsoft.Rest.Azure.OData.ODataQuery<Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ApiManagement.Models.AccessInformationContract>
<Extension()>
Public Function ListByService (operations As ITenantAccessOperations, resourceGroupName As String, serviceName As String, Optional odataQuery As ODataQuery(Of AccessInformationContract) = Nothing) As IPage(Of AccessInformationContract)

Parámetros

operations
ITenantAccessOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

odataQuery
ODataQuery<AccessInformationContract>

Parámetros de OData que se aplicarán a la operación.

Devoluciones

Se aplica a