Interface IDatabaseServer<T extends IDatabase>
-
- All Superinterfaces:
com.microsoft.azure.toolkit.lib.common.model.AzResourceBase
public interface IDatabaseServer<T extends IDatabase> extends com.microsoft.azure.toolkit.lib.common.model.AzResourceBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetAdminName()default StringgetFullAdminName()StringgetFullyQualifiedDomainName()JdbcUrlgetJdbcUrl()StringgetLocalMachinePublicIp()com.microsoft.azure.toolkit.lib.common.model.RegiongetRegion()StringgetType()StringgetVersion()booleanisAzureServiceAccessAllowed()booleanisLocalMachineAccessAllowed()List<T>listDatabases()
-
-
-
Method Detail
-
getRegion
@Nullable com.microsoft.azure.toolkit.lib.common.model.Region getRegion()
-
isAzureServiceAccessAllowed
boolean isAzureServiceAccessAllowed()
-
isLocalMachineAccessAllowed
boolean isLocalMachineAccessAllowed()
-
-