IServiceOperations<TClient> Interface

 

Represents an interface that provides resource groupings of ServiceClient operations.

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

Syntax

public interface IServiceOperations<TClient>
where TClient : ServiceClient<TClient>
generic<typename TClient>
where TClient : ServiceClient<TClient>
public interface class IServiceOperations
type IServiceOperations<'TClient when 'TClient : ServiceClient<'TClient>> = interface end
Public Interface IServiceOperations(Of TClient As ServiceClient(Of TClient))

Type Parameters

  • TClient
    The type of ServiceClient.

Properties

Name Description
System_CAPS_pubproperty Client

Gets a reference to the ServiceClient.

See Also

Microsoft.WindowsAzure.Common Namespace

Return to top