Interface IServiceOperations<TClient>
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Rest.ClientRuntime.dll
Syntax
public interface IServiceOperations<TClient> where TClient : ServiceClient<TClient>
Type Parameters
TClient
|
Properties
Client
Declaration
public TClient Client { get; }
Property Value
TClient
|