
com.blazebit.query.connector.azure.resourcemanager.AzureResourceManagerPostgreSqlManager Maven / Gradle / Ivy
The newest version!
/*
* SPDX-License-Identifier: Apache-2.0
* Copyright Blazebit
*/
package com.blazebit.query.connector.azure.resourcemanager;
import com.azure.resourcemanager.postgresqlflexibleserver.PostgreSqlManager;
/**
* @author Martijn Sprengers
* @since 1.0.3
*/
public class AzureResourceManagerPostgreSqlManager extends AzureResourceManagerWrapper {
public AzureResourceManagerPostgreSqlManager(String tenantId, String subscriptionId, PostgreSqlManager payload) {
super( tenantId, subscriptionId, payload );
}
@Override
public PostgreSqlManager getManager() {
return super.getManager();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy