ServiceClientBase(IRequestAdapter) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a new ServiceClientBase and sets the default values.
public ServiceClientBase(Microsoft.Kiota.Abstractions.IRequestAdapter requestAdapter);
new Microsoft.PowerPlatform.Management.ServiceClientBase : Microsoft.Kiota.Abstractions.IRequestAdapter -> Microsoft.PowerPlatform.Management.ServiceClientBase
Public Sub New (requestAdapter As IRequestAdapter)
Parameters
- requestAdapter
- IRequestAdapter
The request adapter to use to execute the requests.