ApiVersionHandler(String) 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.
Initializes a new instance of the ApiVersionHandler class with the optional API version.
public ApiVersionHandler(string apiVersion = "2024-10-01");
new Microsoft.PowerPlatform.Management.ApiVersionHandler : string -> Microsoft.PowerPlatform.Management.ApiVersionHandler
Public Sub New (Optional apiVersion As String = "2024-10-01")
Parameters
- apiVersion
- String