IServiceOperations Generic Interface
Represents an interface that provides resource groupings of ServiceClient operations.
Namespace: Microsoft.WindowsAzure.Common
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Usage
'Usage
Dim instance As IServiceOperations(Of TClient)
Syntax
'Declaration
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.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
IServiceOperations Members
Microsoft.WindowsAzure.Common Namespace