@azure/arm-mysql-flexible
Version:
A generated SDK for MySQLManagementFlexibleServerClient.
10 lines • 498 B
TypeScript
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