UNPKG

@azure-rest/arm-compute

Version:
13 lines 686 B
import type { ClientOptions } from "@azure-rest/core-client"; import type { TokenCredential } from "@azure/core-auth"; import type { ComputeManagementClient } from "./clientDefinitions.js"; /** The optional parameters for the client */ export interface ComputeManagementClientOptions extends ClientOptions { } /** * Initialize a new instance of `ComputeManagementClient` * @param credentials - uniquely identify client credential * @param options - the parameter for all optional parameters */ export default function createClient(credentials: TokenCredential, options?: ComputeManagementClientOptions): ComputeManagementClient; //# sourceMappingURL=computeManagementClient.d.ts.map