UNPKG

@azure/arm-mysql-flexible

Version:
10 lines 498 B
import { GetPrivateDnsZoneSuffixExecuteOptionalParams, GetPrivateDnsZoneSuffixExecuteResponse } from "../models"; /** Interface representing a GetPrivateDnsZoneSuffix. */ export interface GetPrivateDnsZoneSuffix { /** * Get private DNS zone suffix in the cloud. * @param options The options parameters. */ execute(options?: GetPrivateDnsZoneSuffixExecuteOptionalParams): Promise<GetPrivateDnsZoneSuffixExecuteResponse>; } //# sourceMappingURL=getPrivateDnsZoneSuffix.d.ts.map