SqlPoolWorkloadGroups Schnittstelle
public interface SqlPoolWorkloadGroups
Ressourcensammlungs-API von SqlPoolWorkloadGroups.
Methodenzusammenfassung
Details zur Methode
define
public abstract WorkloadGroup.DefinitionStages.Blank define(String name)
Beginnt mit der Definition für eine neue WorkloadGroup-Ressource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String sqlPoolName, String workloadGroupName)
Entfernen einer Arbeitsauslastungsgruppe
Entfernen Sie die Arbeitsauslastungsgruppe des SQL-Pools.
Parameters:
delete
public abstract void delete(String resourceGroupName, String workspaceName, String sqlPoolName, String workloadGroupName, Context context)
Entfernen einer Arbeitsauslastungsgruppe
Entfernen Sie die Arbeitsauslastungsgruppe des SQL-Pools.
Parameters:
deleteById
public abstract void deleteById(String id)
Entfernen einer Arbeitsauslastungsgruppe
Entfernen Sie die Arbeitsauslastungsgruppe des SQL-Pools.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Entfernen einer Arbeitsauslastungsgruppe
Entfernen Sie die Arbeitsauslastungsgruppe des SQL-Pools.
Parameters:
get
public abstract WorkloadGroup get(String resourceGroupName, String workspaceName, String sqlPoolName, String workloadGroupName)
Arbeitsauslastungsgruppe des SQL-Pools
Rufen Sie die Arbeitsauslastungsgruppe eines SQL-Pools ab.
Parameters:
Returns:
getById
public abstract WorkloadGroup getById(String id)
Arbeitsauslastungsgruppe des SQL-Pools
Rufen Sie die Arbeitsauslastungsgruppe eines SQL-Pools ab.
Parameters:
Returns:
getByIdWithResponse
public abstract Response
Arbeitsauslastungsgruppe des SQL-Pools
Rufen Sie die Arbeitsauslastungsgruppe eines SQL-Pools ab.
Parameters:
Returns:
getWithResponse
public abstract Response
Arbeitsauslastungsgruppe des SQL-Pools
Rufen Sie die Arbeitsauslastungsgruppe eines SQL-Pools ab.
Parameters:
Returns:
list
public abstract PagedIterable
Arbeitsauslastungsgruppen des SQL-Pools
Ruft eine Liste der Arbeitsauslastungsgruppen des SQL-Pools ab.
Parameters:
Returns:
list
public abstract PagedIterable
Arbeitsauslastungsgruppen des SQL-Pools
Ruft eine Liste der Arbeitsauslastungsgruppen des SQL-Pools ab.
Parameters:
Returns:
Gilt für:
Azure SDK for Java