Interface genérica IServiceOperations

Represents an interface that provides resource groupings of ServiceClient operations.

Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (em Microsoft.WindowsAzure.Common.dll)

Uso

'Uso
Dim instance As IServiceOperations(Of TClient)

Sintaxe

'Declaração
Public Interface IServiceOperations(Of TClient As ServiceClient(Of T))
public interface IServiceOperations<TClient> where TClient : ServiceClient<T>
generic<typename TClient> where TClient : ServiceClient<T>
public interface class IServiceOperations

GenericParameters

  • TClient
    The type of ServiceClient.

Plataformas

Plataformas de desenvolvimento

Windows Vista, Windows 7 e Windows Server 2008

Plataformas de destino

Consulte também

Referência

Membros IServiceOperations
Namespace Microsoft.WindowsAzure.Common