Compartir a través de


CacheOperationsExtensions.Get Método

Definición

Obtiene los detalles de la caché especificada por su identificador.

public static Microsoft.Azure.Management.ApiManagement.Models.CacheContract Get (this Microsoft.Azure.Management.ApiManagement.ICacheOperations operations, string resourceGroupName, string serviceName, string cacheId);
static member Get : Microsoft.Azure.Management.ApiManagement.ICacheOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.CacheContract
<Extension()>
Public Function Get (operations As ICacheOperations, resourceGroupName As String, serviceName As String, cacheId As String) As CacheContract

Parámetros

operations
ICacheOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

serviceName
String

Nombre del servicio API Management.

cacheId
String

Identificador de la entidad Caché. Identificador de caché (debe ser "predeterminado" o un identificador de región de Azure válido).

Devoluciones

Se aplica a