This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
azure-native.azurearcdata.getSqlServerInstanceJobsStatus
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi
Gets jobs status details for sql arc resource Azure REST API version: 2024-05-01-preview.
Using getSqlServerInstanceJobsStatus
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSqlServerInstanceJobsStatus(args: GetSqlServerInstanceJobsStatusArgs, opts?: InvokeOptions): Promise<GetSqlServerInstanceJobsStatusResult>
function getSqlServerInstanceJobsStatusOutput(args: GetSqlServerInstanceJobsStatusOutputArgs, opts?: InvokeOptions): Output<GetSqlServerInstanceJobsStatusResult>
def get_sql_server_instance_jobs_status(feature_name: Optional[str] = None,
job_type: Optional[str] = None,
resource_group_name: Optional[str] = None,
sql_server_instance_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSqlServerInstanceJobsStatusResult
def get_sql_server_instance_jobs_status_output(feature_name: Optional[pulumi.Input[str]] = None,
job_type: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
sql_server_instance_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSqlServerInstanceJobsStatusResult]
func GetSqlServerInstanceJobsStatus(ctx *Context, args *GetSqlServerInstanceJobsStatusArgs, opts ...InvokeOption) (*GetSqlServerInstanceJobsStatusResult, error)
func GetSqlServerInstanceJobsStatusOutput(ctx *Context, args *GetSqlServerInstanceJobsStatusOutputArgs, opts ...InvokeOption) GetSqlServerInstanceJobsStatusResultOutput
> Note: This function is named GetSqlServerInstanceJobsStatus
in the Go SDK.
public static class GetSqlServerInstanceJobsStatus
{
public static Task<GetSqlServerInstanceJobsStatusResult> InvokeAsync(GetSqlServerInstanceJobsStatusArgs args, InvokeOptions? opts = null)
public static Output<GetSqlServerInstanceJobsStatusResult> Invoke(GetSqlServerInstanceJobsStatusInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSqlServerInstanceJobsStatusResult> getSqlServerInstanceJobsStatus(GetSqlServerInstanceJobsStatusArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:azurearcdata:getSqlServerInstanceJobsStatus
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the Azure resource group
- Sql
Server stringInstance Name - Name of SQL Server Instance
- Feature
Name string - The name of the feature to retrieve the job status for.
- Job
Type string - The type of the job to retrieve the status for.
- Resource
Group stringName - The name of the Azure resource group
- Sql
Server stringInstance Name - Name of SQL Server Instance
- Feature
Name string - The name of the feature to retrieve the job status for.
- Job
Type string - The type of the job to retrieve the status for.
- resource
Group StringName - The name of the Azure resource group
- sql
Server StringInstance Name - Name of SQL Server Instance
- feature
Name String - The name of the feature to retrieve the job status for.
- job
Type String - The type of the job to retrieve the status for.
- resource
Group stringName - The name of the Azure resource group
- sql
Server stringInstance Name - Name of SQL Server Instance
- feature
Name string - The name of the feature to retrieve the job status for.
- job
Type string - The type of the job to retrieve the status for.
- resource_
group_ strname - The name of the Azure resource group
- sql_
server_ strinstance_ name - Name of SQL Server Instance
- feature_
name str - The name of the feature to retrieve the job status for.
- job_
type str - The type of the job to retrieve the status for.
- resource
Group StringName - The name of the Azure resource group
- sql
Server StringInstance Name - Name of SQL Server Instance
- feature
Name String - The name of the feature to retrieve the job status for.
- job
Type String - The type of the job to retrieve the status for.
getSqlServerInstanceJobsStatus Result
The following output properties are available:
- Jobs
Status List<Pulumi.Azure Native. Azure Arc Data. Outputs. Sql Server Instance Job Status Response> - The list of jobs status running on the SQL Server instance.
- Jobs
Status []SqlServer Instance Job Status Response - The list of jobs status running on the SQL Server instance.
- jobs
Status List<SqlServer Instance Job Status Response> - The list of jobs status running on the SQL Server instance.
- jobs
Status SqlServer Instance Job Status Response[] - The list of jobs status running on the SQL Server instance.
- jobs_
status Sequence[SqlServer Instance Job Status Response] - The list of jobs status running on the SQL Server instance.
- jobs
Status List<Property Map> - The list of jobs status running on the SQL Server instance.
Supporting Types
BackgroundJobResponse
- End
Time string - The end time of the background job.
- Execution
State string - The execution state of the background job.
- Last
Execution stringStatus - The last execution status of the background job.
- Last
Execution stringTime - The last execution time of the background job.
- Start
Time string - The start time of the background job.
- State string
- The state of the background job.
- End
Time string - The end time of the background job.
- Execution
State string - The execution state of the background job.
- Last
Execution stringStatus - The last execution status of the background job.
- Last
Execution stringTime - The last execution time of the background job.
- Start
Time string - The start time of the background job.
- State string
- The state of the background job.
- end
Time String - The end time of the background job.
- execution
State String - The execution state of the background job.
- last
Execution StringStatus - The last execution status of the background job.
- last
Execution StringTime - The last execution time of the background job.
- start
Time String - The start time of the background job.
- state String
- The state of the background job.
- end
Time string - The end time of the background job.
- execution
State string - The execution state of the background job.
- last
Execution stringStatus - The last execution status of the background job.
- last
Execution stringTime - The last execution time of the background job.
- start
Time string - The start time of the background job.
- state string
- The state of the background job.
- end_
time str - The end time of the background job.
- execution_
state str - The execution state of the background job.
- last_
execution_ strstatus - The last execution status of the background job.
- last_
execution_ strtime - The last execution time of the background job.
- start_
time str - The start time of the background job.
- state str
- The state of the background job.
- end
Time String - The end time of the background job.
- execution
State String - The execution state of the background job.
- last
Execution StringStatus - The last execution status of the background job.
- last
Execution StringTime - The last execution time of the background job.
- start
Time String - The start time of the background job.
- state String
- The state of the background job.
SequencerActionResponse
SqlServerInstanceJobStatusResponse
- Background
Job Pulumi.Azure Native. Azure Arc Data. Inputs. Background Job Response - The background job details.
- Id string
- The unique identifier of the job.
- Instance
Name string - The name of the SQL Server instance.
- Job
Exception string - The exception message if the job failed.
- Job
Status string - The status of the job.
- Sequencer
Actions List<Pulumi.Azure Native. Azure Arc Data. Inputs. Sequencer Action Response> - The list of sequencer actions.
- Background
Job BackgroundJob Response - The background job details.
- Id string
- The unique identifier of the job.
- Instance
Name string - The name of the SQL Server instance.
- Job
Exception string - The exception message if the job failed.
- Job
Status string - The status of the job.
- Sequencer
Actions []SequencerAction Response - The list of sequencer actions.
- background
Job BackgroundJob Response - The background job details.
- id String
- The unique identifier of the job.
- instance
Name String - The name of the SQL Server instance.
- job
Exception String - The exception message if the job failed.
- job
Status String - The status of the job.
- sequencer
Actions List<SequencerAction Response> - The list of sequencer actions.
- background
Job BackgroundJob Response - The background job details.
- id string
- The unique identifier of the job.
- instance
Name string - The name of the SQL Server instance.
- job
Exception string - The exception message if the job failed.
- job
Status string - The status of the job.
- sequencer
Actions SequencerAction Response[] - The list of sequencer actions.
- background_
job BackgroundJob Response - The background job details.
- id str
- The unique identifier of the job.
- instance_
name str - The name of the SQL Server instance.
- job_
exception str - The exception message if the job failed.
- job_
status str - The status of the job.
- sequencer_
actions Sequence[SequencerAction Response] - The list of sequencer actions.
- background
Job Property Map - The background job details.
- id String
- The unique identifier of the job.
- instance
Name String - The name of the SQL Server instance.
- job
Exception String - The exception message if the job failed.
- job
Status String - The status of the job.
- sequencer
Actions List<Property Map> - The list of sequencer actions.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.73.0 published on Wednesday, Nov 20, 2024 by Pulumi