GetSqlPoolWorkloadClassifier
Using GetSqlPoolWorkloadClassifier
function getSqlPoolWorkloadClassifier(args: GetSqlPoolWorkloadClassifierArgs, opts?: InvokeOptions): Promise<GetSqlPoolWorkloadClassifierResult>
def get_sql_pool_workload_classifier(resource_group_name: Optional[str] = None, sql_pool_name: Optional[str] = None, workload_classifier_name: Optional[str] = None, workload_group_name: Optional[str] = None, workspace_name: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetSqlPoolWorkloadClassifierResult
func LookupSqlPoolWorkloadClassifier(ctx *Context, args *LookupSqlPoolWorkloadClassifierArgs, opts ...InvokeOption) (*LookupSqlPoolWorkloadClassifierResult, error)
Note: This function is named
LookupSqlPoolWorkloadClassifier
in the Go SDK.
public static class GetSqlPoolWorkloadClassifier {
public static Task<GetSqlPoolWorkloadClassifierResult> InvokeAsync(GetSqlPoolWorkloadClassifierArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Sql
Pool stringName - SQL pool name
- Workload
Classifier stringName - The name of the workload classifier.
- Workload
Group stringName - The name of the workload group.
- Workspace
Name string - The name of the workspace
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Sql
Pool stringName - SQL pool name
- Workload
Classifier stringName - The name of the workload classifier.
- Workload
Group stringName - The name of the workload group.
- Workspace
Name string - The name of the workspace
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- sql
Pool stringName - SQL pool name
- workload
Classifier stringName - The name of the workload classifier.
- workload
Group stringName - The name of the workload group.
- workspace
Name string - The name of the workspace
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- sql_
pool_ strname - SQL pool name
- workload_
classifier_ strname - The name of the workload classifier.
- workload_
group_ strname - The name of the workload group.
- workspace_
name str - The name of the workspace
GetSqlPoolWorkloadClassifier Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Member
Name string - The workload classifier member name.
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts”
- Context string
- The workload classifier context.
- End
Time string - The workload classifier end time for classification.
- Importance string
- The workload classifier importance.
- Label string
- The workload classifier label.
- Start
Time string - The workload classifier start time for classification.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Member
Name string - The workload classifier member name.
- Name string
- The name of the resource
- Type string
- The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts”
- Context string
- The workload classifier context.
- End
Time string - The workload classifier end time for classification.
- Importance string
- The workload classifier importance.
- Label string
- The workload classifier label.
- Start
Time string - The workload classifier start time for classification.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- member
Name string - The workload classifier member name.
- name string
- The name of the resource
- type string
- The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts”
- context string
- The workload classifier context.
- end
Time string - The workload classifier end time for classification.
- importance string
- The workload classifier importance.
- label string
- The workload classifier label.
- start
Time string - The workload classifier start time for classification.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- member_
name str - The workload classifier member name.
- name str
- The name of the resource
- type str
- The type of the resource. E.g. “Microsoft.Compute/virtualMachines” or “Microsoft.Storage/storageAccounts”
- context str
- The workload classifier context.
- end_
time str - The workload classifier end time for classification.
- importance str
- The workload classifier importance.
- label str
- The workload classifier label.
- start_
time str - The workload classifier start time for classification.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-nextgen
- License
- Apache-2.0