azure-native.scheduler.getJob
Explore with Pulumi AI
Gets a job. Azure REST API version: 2016-03-01.
Using getJob
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 getJob(args: GetJobArgs, opts?: InvokeOptions): Promise<GetJobResult>
function getJobOutput(args: GetJobOutputArgs, opts?: InvokeOptions): Output<GetJobResult>
def get_job(job_collection_name: Optional[str] = None,
job_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobResult
def get_job_output(job_collection_name: Optional[pulumi.Input[str]] = None,
job_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJobResult]
func LookupJob(ctx *Context, args *LookupJobArgs, opts ...InvokeOption) (*LookupJobResult, error)
func LookupJobOutput(ctx *Context, args *LookupJobOutputArgs, opts ...InvokeOption) LookupJobResultOutput
> Note: This function is named LookupJob
in the Go SDK.
public static class GetJob
{
public static Task<GetJobResult> InvokeAsync(GetJobArgs args, InvokeOptions? opts = null)
public static Output<GetJobResult> Invoke(GetJobInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetJobResult> getJob(GetJobArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:scheduler:getJob
arguments:
# arguments dictionary
The following arguments are supported:
- Job
Collection stringName The job collection name.
- Job
Name string The job name.
- Resource
Group stringName The resource group name.
- Job
Collection stringName The job collection name.
- Job
Name string The job name.
- Resource
Group stringName The resource group name.
- job
Collection StringName The job collection name.
- job
Name String The job name.
- resource
Group StringName The resource group name.
- job
Collection stringName The job collection name.
- job
Name string The job name.
- resource
Group stringName The resource group name.
- job_
collection_ strname The job collection name.
- job_
name str The job name.
- resource_
group_ strname The resource group name.
- job
Collection StringName The job collection name.
- job
Name String The job name.
- resource
Group StringName The resource group name.
getJob Result
The following output properties are available:
- Id string
Gets the job resource identifier.
- Name string
Gets the job resource name.
- Properties
Pulumi.
Azure Native. Scheduler. Outputs. Job Properties Response Gets or sets the job properties.
- Type string
Gets the job resource type.
- Id string
Gets the job resource identifier.
- Name string
Gets the job resource name.
- Properties
Job
Properties Response Gets or sets the job properties.
- Type string
Gets the job resource type.
- id String
Gets the job resource identifier.
- name String
Gets the job resource name.
- properties
Job
Properties Response Gets or sets the job properties.
- type String
Gets the job resource type.
- id string
Gets the job resource identifier.
- name string
Gets the job resource name.
- properties
Job
Properties Response Gets or sets the job properties.
- type string
Gets the job resource type.
- id str
Gets the job resource identifier.
- name str
Gets the job resource name.
- properties
Job
Properties Response Gets or sets the job properties.
- type str
Gets the job resource type.
- id String
Gets the job resource identifier.
- name String
Gets the job resource name.
- properties Property Map
Gets or sets the job properties.
- type String
Gets the job resource type.
Supporting Types
BasicAuthenticationResponse
ClientCertAuthenticationResponse
- Certificate
Expiration stringDate Gets or sets the certificate expiration date.
- Certificate
Subject stringName Gets or sets the certificate subject name.
- Certificate
Thumbprint string Gets or sets the certificate thumbprint.
- Password string
Gets or sets the certificate password, return value will always be empty.
- Pfx string
Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty.
- Certificate
Expiration stringDate Gets or sets the certificate expiration date.
- Certificate
Subject stringName Gets or sets the certificate subject name.
- Certificate
Thumbprint string Gets or sets the certificate thumbprint.
- Password string
Gets or sets the certificate password, return value will always be empty.
- Pfx string
Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty.
- certificate
Expiration StringDate Gets or sets the certificate expiration date.
- certificate
Subject StringName Gets or sets the certificate subject name.
- certificate
Thumbprint String Gets or sets the certificate thumbprint.
- password String
Gets or sets the certificate password, return value will always be empty.
- pfx String
Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty.
- certificate
Expiration stringDate Gets or sets the certificate expiration date.
- certificate
Subject stringName Gets or sets the certificate subject name.
- certificate
Thumbprint string Gets or sets the certificate thumbprint.
- password string
Gets or sets the certificate password, return value will always be empty.
- pfx string
Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty.
- certificate_
expiration_ strdate Gets or sets the certificate expiration date.
- certificate_
subject_ strname Gets or sets the certificate subject name.
- certificate_
thumbprint str Gets or sets the certificate thumbprint.
- password str
Gets or sets the certificate password, return value will always be empty.
- pfx str
Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty.
- certificate
Expiration StringDate Gets or sets the certificate expiration date.
- certificate
Subject StringName Gets or sets the certificate subject name.
- certificate
Thumbprint String Gets or sets the certificate thumbprint.
- password String
Gets or sets the certificate password, return value will always be empty.
- pfx String
Gets or sets the pfx certificate. Accepts certification in base64 encoding, return value will always be empty.
HttpRequestResponse
- Authentication
Pulumi.
Azure | Pulumi.Native. Scheduler. Inputs. Basic Authentication Response Azure | Pulumi.Native. Scheduler. Inputs. Client Cert Authentication Response Azure Native. Scheduler. Inputs. OAuth Authentication Response Gets or sets the authentication method of the request.
- Body string
Gets or sets the request body.
- Headers Dictionary<string, string>
Gets or sets the headers.
- Method string
Gets or sets the method of the request.
- Uri string
Gets or sets the URI of the request.
- Authentication
Basic
Authentication | ClientResponse Cert | OAuthAuthentication Response Authentication Response Gets or sets the authentication method of the request.
- Body string
Gets or sets the request body.
- Headers map[string]string
Gets or sets the headers.
- Method string
Gets or sets the method of the request.
- Uri string
Gets or sets the URI of the request.
- authentication
Basic
Authentication | ClientResponse Cert | OAuthAuthentication Response Authentication Response Gets or sets the authentication method of the request.
- body String
Gets or sets the request body.
- headers Map<String,String>
Gets or sets the headers.
- method String
Gets or sets the method of the request.
- uri String
Gets or sets the URI of the request.
- authentication
Basic
Authentication | ClientResponse Cert | OAuthAuthentication Response Authentication Response Gets or sets the authentication method of the request.
- body string
Gets or sets the request body.
- headers {[key: string]: string}
Gets or sets the headers.
- method string
Gets or sets the method of the request.
- uri string
Gets or sets the URI of the request.
- authentication
Basic
Authentication | ClientResponse Cert | OAuthAuthentication Response Authentication Response Gets or sets the authentication method of the request.
- body str
Gets or sets the request body.
- headers Mapping[str, str]
Gets or sets the headers.
- method str
Gets or sets the method of the request.
- uri str
Gets or sets the URI of the request.
- authentication Property Map | Property Map | Property Map
Gets or sets the authentication method of the request.
- body String
Gets or sets the request body.
- headers Map<String>
Gets or sets the headers.
- method String
Gets or sets the method of the request.
- uri String
Gets or sets the URI of the request.
JobActionResponse
- Error
Action Pulumi.Azure Native. Scheduler. Inputs. Job Error Action Response Gets or sets the error action.
- Queue
Message Pulumi.Azure Native. Scheduler. Inputs. Storage Queue Message Response Gets or sets the storage queue message.
- Request
Pulumi.
Azure Native. Scheduler. Inputs. Http Request Response Gets or sets the http requests.
- Retry
Policy Pulumi.Azure Native. Scheduler. Inputs. Retry Policy Response Gets or sets the retry policy.
- Service
Bus Pulumi.Queue Message Azure Native. Scheduler. Inputs. Service Bus Queue Message Response Gets or sets the service bus queue message.
- Service
Bus Pulumi.Topic Message Azure Native. Scheduler. Inputs. Service Bus Topic Message Response Gets or sets the service bus topic message.
- Type string
Gets or sets the job action type.
- Error
Action JobError Action Response Gets or sets the error action.
- Queue
Message StorageQueue Message Response Gets or sets the storage queue message.
- Request
Http
Request Response Gets or sets the http requests.
- Retry
Policy RetryPolicy Response Gets or sets the retry policy.
- Service
Bus ServiceQueue Message Bus Queue Message Response Gets or sets the service bus queue message.
- Service
Bus ServiceTopic Message Bus Topic Message Response Gets or sets the service bus topic message.
- Type string
Gets or sets the job action type.
- error
Action JobError Action Response Gets or sets the error action.
- queue
Message StorageQueue Message Response Gets or sets the storage queue message.
- request
Http
Request Response Gets or sets the http requests.
- retry
Policy RetryPolicy Response Gets or sets the retry policy.
- service
Bus ServiceQueue Message Bus Queue Message Response Gets or sets the service bus queue message.
- service
Bus ServiceTopic Message Bus Topic Message Response Gets or sets the service bus topic message.
- type String
Gets or sets the job action type.
- error
Action JobError Action Response Gets or sets the error action.
- queue
Message StorageQueue Message Response Gets or sets the storage queue message.
- request
Http
Request Response Gets or sets the http requests.
- retry
Policy RetryPolicy Response Gets or sets the retry policy.
- service
Bus ServiceQueue Message Bus Queue Message Response Gets or sets the service bus queue message.
- service
Bus ServiceTopic Message Bus Topic Message Response Gets or sets the service bus topic message.
- type string
Gets or sets the job action type.
- error_
action JobError Action Response Gets or sets the error action.
- queue_
message StorageQueue Message Response Gets or sets the storage queue message.
- request
Http
Request Response Gets or sets the http requests.
- retry_
policy RetryPolicy Response Gets or sets the retry policy.
- service_
bus_ Servicequeue_ message Bus Queue Message Response Gets or sets the service bus queue message.
- service_
bus_ Servicetopic_ message Bus Topic Message Response Gets or sets the service bus topic message.
- type str
Gets or sets the job action type.
- error
Action Property Map Gets or sets the error action.
- queue
Message Property Map Gets or sets the storage queue message.
- request Property Map
Gets or sets the http requests.
- retry
Policy Property Map Gets or sets the retry policy.
- service
Bus Property MapQueue Message Gets or sets the service bus queue message.
- service
Bus Property MapTopic Message Gets or sets the service bus topic message.
- type String
Gets or sets the job action type.
JobErrorActionResponse
- Queue
Message Pulumi.Azure Native. Scheduler. Inputs. Storage Queue Message Response Gets or sets the storage queue message.
- Request
Pulumi.
Azure Native. Scheduler. Inputs. Http Request Response Gets or sets the http requests.
- Retry
Policy Pulumi.Azure Native. Scheduler. Inputs. Retry Policy Response Gets or sets the retry policy.
- Service
Bus Pulumi.Queue Message Azure Native. Scheduler. Inputs. Service Bus Queue Message Response Gets or sets the service bus queue message.
- Service
Bus Pulumi.Topic Message Azure Native. Scheduler. Inputs. Service Bus Topic Message Response Gets or sets the service bus topic message.
- Type string
Gets or sets the job error action type.
- Queue
Message StorageQueue Message Response Gets or sets the storage queue message.
- Request
Http
Request Response Gets or sets the http requests.
- Retry
Policy RetryPolicy Response Gets or sets the retry policy.
- Service
Bus ServiceQueue Message Bus Queue Message Response Gets or sets the service bus queue message.
- Service
Bus ServiceTopic Message Bus Topic Message Response Gets or sets the service bus topic message.
- Type string
Gets or sets the job error action type.
- queue
Message StorageQueue Message Response Gets or sets the storage queue message.
- request
Http
Request Response Gets or sets the http requests.
- retry
Policy RetryPolicy Response Gets or sets the retry policy.
- service
Bus ServiceQueue Message Bus Queue Message Response Gets or sets the service bus queue message.
- service
Bus ServiceTopic Message Bus Topic Message Response Gets or sets the service bus topic message.
- type String
Gets or sets the job error action type.
- queue
Message StorageQueue Message Response Gets or sets the storage queue message.
- request
Http
Request Response Gets or sets the http requests.
- retry
Policy RetryPolicy Response Gets or sets the retry policy.
- service
Bus ServiceQueue Message Bus Queue Message Response Gets or sets the service bus queue message.
- service
Bus ServiceTopic Message Bus Topic Message Response Gets or sets the service bus topic message.
- type string
Gets or sets the job error action type.
- queue_
message StorageQueue Message Response Gets or sets the storage queue message.
- request
Http
Request Response Gets or sets the http requests.
- retry_
policy RetryPolicy Response Gets or sets the retry policy.
- service_
bus_ Servicequeue_ message Bus Queue Message Response Gets or sets the service bus queue message.
- service_
bus_ Servicetopic_ message Bus Topic Message Response Gets or sets the service bus topic message.
- type str
Gets or sets the job error action type.
- queue
Message Property Map Gets or sets the storage queue message.
- request Property Map
Gets or sets the http requests.
- retry
Policy Property Map Gets or sets the retry policy.
- service
Bus Property MapQueue Message Gets or sets the service bus queue message.
- service
Bus Property MapTopic Message Gets or sets the service bus topic message.
- type String
Gets or sets the job error action type.
JobPropertiesResponse
- Status
Pulumi.
Azure Native. Scheduler. Inputs. Job Status Response Gets the job status.
- Action
Pulumi.
Azure Native. Scheduler. Inputs. Job Action Response Gets or sets the job action.
- Recurrence
Pulumi.
Azure Native. Scheduler. Inputs. Job Recurrence Response Gets or sets the job recurrence.
- Start
Time string Gets or sets the job start time.
- State string
Gets or set the job state.
- Status
Job
Status Response Gets the job status.
- Action
Job
Action Response Gets or sets the job action.
- Recurrence
Job
Recurrence Response Gets or sets the job recurrence.
- Start
Time string Gets or sets the job start time.
- State string
Gets or set the job state.
- status
Job
Status Response Gets the job status.
- action
Job
Action Response Gets or sets the job action.
- recurrence
Job
Recurrence Response Gets or sets the job recurrence.
- start
Time String Gets or sets the job start time.
- state String
Gets or set the job state.
- status
Job
Status Response Gets the job status.
- action
Job
Action Response Gets or sets the job action.
- recurrence
Job
Recurrence Response Gets or sets the job recurrence.
- start
Time string Gets or sets the job start time.
- state string
Gets or set the job state.
- status
Job
Status Response Gets the job status.
- action
Job
Action Response Gets or sets the job action.
- recurrence
Job
Recurrence Response Gets or sets the job recurrence.
- start_
time str Gets or sets the job start time.
- state str
Gets or set the job state.
- status Property Map
Gets the job status.
- action Property Map
Gets or sets the job action.
- recurrence Property Map
Gets or sets the job recurrence.
- start
Time String Gets or sets the job start time.
- state String
Gets or set the job state.
JobRecurrenceResponse
- Count int
Gets or sets the maximum number of times that the job should run.
- End
Time string Gets or sets the time at which the job will complete.
- Frequency string
Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).
- Interval int
Gets or sets the interval between retries.
- Schedule
Pulumi.
Azure Native. Scheduler. Inputs. Job Recurrence Schedule Response
- Count int
Gets or sets the maximum number of times that the job should run.
- End
Time string Gets or sets the time at which the job will complete.
- Frequency string
Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).
- Interval int
Gets or sets the interval between retries.
- Schedule
Job
Recurrence Schedule Response
- count Integer
Gets or sets the maximum number of times that the job should run.
- end
Time String Gets or sets the time at which the job will complete.
- frequency String
Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).
- interval Integer
Gets or sets the interval between retries.
- schedule
Job
Recurrence Schedule Response
- count number
Gets or sets the maximum number of times that the job should run.
- end
Time string Gets or sets the time at which the job will complete.
- frequency string
Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).
- interval number
Gets or sets the interval between retries.
- schedule
Job
Recurrence Schedule Response
- count int
Gets or sets the maximum number of times that the job should run.
- end_
time str Gets or sets the time at which the job will complete.
- frequency str
Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).
- interval int
Gets or sets the interval between retries.
- schedule
Job
Recurrence Schedule Response
- count Number
Gets or sets the maximum number of times that the job should run.
- end
Time String Gets or sets the time at which the job will complete.
- frequency String
Gets or sets the frequency of recurrence (second, minute, hour, day, week, month).
- interval Number
Gets or sets the interval between retries.
- schedule Property Map
JobRecurrenceScheduleMonthlyOccurrenceResponse
- Day string
Gets or sets the day. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
- Occurrence int
Gets or sets the occurrence. Must be between -5 and 5.
- Day string
Gets or sets the day. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
- Occurrence int
Gets or sets the occurrence. Must be between -5 and 5.
- day String
Gets or sets the day. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
- occurrence Integer
Gets or sets the occurrence. Must be between -5 and 5.
- day string
Gets or sets the day. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
- occurrence number
Gets or sets the occurrence. Must be between -5 and 5.
- day str
Gets or sets the day. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
- occurrence int
Gets or sets the occurrence. Must be between -5 and 5.
- day String
Gets or sets the day. Must be one of monday, tuesday, wednesday, thursday, friday, saturday, sunday.
- occurrence Number
Gets or sets the occurrence. Must be between -5 and 5.
JobRecurrenceScheduleResponse
- Hours List<int>
Gets or sets the hours of the day that the job should execute at.
- Minutes List<int>
Gets or sets the minutes of the hour that the job should execute at.
- Month
Days List<int> Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.
- Monthly
Occurrences List<Pulumi.Azure Native. Scheduler. Inputs. Job Recurrence Schedule Monthly Occurrence Response> Gets or sets the occurrences of days within a month.
- Week
Days List<string> Gets or sets the days of the week that the job should execute on.
- Hours []int
Gets or sets the hours of the day that the job should execute at.
- Minutes []int
Gets or sets the minutes of the hour that the job should execute at.
- Month
Days []int Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.
- Monthly
Occurrences []JobRecurrence Schedule Monthly Occurrence Response Gets or sets the occurrences of days within a month.
- Week
Days []string Gets or sets the days of the week that the job should execute on.
- hours List<Integer>
Gets or sets the hours of the day that the job should execute at.
- minutes List<Integer>
Gets or sets the minutes of the hour that the job should execute at.
- month
Days List<Integer> Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.
- monthly
Occurrences List<JobRecurrence Schedule Monthly Occurrence Response> Gets or sets the occurrences of days within a month.
- week
Days List<String> Gets or sets the days of the week that the job should execute on.
- hours number[]
Gets or sets the hours of the day that the job should execute at.
- minutes number[]
Gets or sets the minutes of the hour that the job should execute at.
- month
Days number[] Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.
- monthly
Occurrences JobRecurrence Schedule Monthly Occurrence Response[] Gets or sets the occurrences of days within a month.
- week
Days string[] Gets or sets the days of the week that the job should execute on.
- hours Sequence[int]
Gets or sets the hours of the day that the job should execute at.
- minutes Sequence[int]
Gets or sets the minutes of the hour that the job should execute at.
- month_
days Sequence[int] Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.
- monthly_
occurrences Sequence[JobRecurrence Schedule Monthly Occurrence Response] Gets or sets the occurrences of days within a month.
- week_
days Sequence[str] Gets or sets the days of the week that the job should execute on.
- hours List<Number>
Gets or sets the hours of the day that the job should execute at.
- minutes List<Number>
Gets or sets the minutes of the hour that the job should execute at.
- month
Days List<Number> Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.
- monthly
Occurrences List<Property Map> Gets or sets the occurrences of days within a month.
- week
Days List<String> Gets or sets the days of the week that the job should execute on.
JobStatusResponse
- Execution
Count int Gets the number of times this job has executed.
- Failure
Count int Gets the number of times this job has failed.
- Faulted
Count int Gets the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).
- Last
Execution stringTime Gets the time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.
- Next
Execution stringTime Gets the time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.
- Execution
Count int Gets the number of times this job has executed.
- Failure
Count int Gets the number of times this job has failed.
- Faulted
Count int Gets the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).
- Last
Execution stringTime Gets the time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.
- Next
Execution stringTime Gets the time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.
- execution
Count Integer Gets the number of times this job has executed.
- failure
Count Integer Gets the number of times this job has failed.
- faulted
Count Integer Gets the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).
- last
Execution StringTime Gets the time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.
- next
Execution StringTime Gets the time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.
- execution
Count number Gets the number of times this job has executed.
- failure
Count number Gets the number of times this job has failed.
- faulted
Count number Gets the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).
- last
Execution stringTime Gets the time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.
- next
Execution stringTime Gets the time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.
- execution_
count int Gets the number of times this job has executed.
- failure_
count int Gets the number of times this job has failed.
- faulted_
count int Gets the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).
- last_
execution_ strtime Gets the time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.
- next_
execution_ strtime Gets the time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.
- execution
Count Number Gets the number of times this job has executed.
- failure
Count Number Gets the number of times this job has failed.
- faulted
Count Number Gets the number of faulted occurrences (occurrences that were retried and failed as many times as the retry policy states).
- last
Execution StringTime Gets the time the last occurrence executed in ISO-8601 format. Could be empty if job has not run yet.
- next
Execution StringTime Gets the time of the next occurrence in ISO-8601 format. Could be empty if the job is completed.
OAuthAuthenticationResponse
RetryPolicyResponse
- Retry
Count int Gets or sets the number of times a retry should be attempted.
- Retry
Interval string Gets or sets the retry interval between retries, specify duration in ISO 8601 format.
- Retry
Type string Gets or sets the retry strategy to be used.
- Retry
Count int Gets or sets the number of times a retry should be attempted.
- Retry
Interval string Gets or sets the retry interval between retries, specify duration in ISO 8601 format.
- Retry
Type string Gets or sets the retry strategy to be used.
- retry
Count Integer Gets or sets the number of times a retry should be attempted.
- retry
Interval String Gets or sets the retry interval between retries, specify duration in ISO 8601 format.
- retry
Type String Gets or sets the retry strategy to be used.
- retry
Count number Gets or sets the number of times a retry should be attempted.
- retry
Interval string Gets or sets the retry interval between retries, specify duration in ISO 8601 format.
- retry
Type string Gets or sets the retry strategy to be used.
- retry_
count int Gets or sets the number of times a retry should be attempted.
- retry_
interval str Gets or sets the retry interval between retries, specify duration in ISO 8601 format.
- retry_
type str Gets or sets the retry strategy to be used.
- retry
Count Number Gets or sets the number of times a retry should be attempted.
- retry
Interval String Gets or sets the retry interval between retries, specify duration in ISO 8601 format.
- retry
Type String Gets or sets the retry strategy to be used.
ServiceBusAuthenticationResponse
- Sas
Key string Gets or sets the SAS key.
- Sas
Key stringName Gets or sets the SAS key name.
- Type string
Gets or sets the authentication type.
- Sas
Key string Gets or sets the SAS key.
- Sas
Key stringName Gets or sets the SAS key name.
- Type string
Gets or sets the authentication type.
- sas
Key String Gets or sets the SAS key.
- sas
Key StringName Gets or sets the SAS key name.
- type String
Gets or sets the authentication type.
- sas
Key string Gets or sets the SAS key.
- sas
Key stringName Gets or sets the SAS key name.
- type string
Gets or sets the authentication type.
- sas_
key str Gets or sets the SAS key.
- sas_
key_ strname Gets or sets the SAS key name.
- type str
Gets or sets the authentication type.
- sas
Key String Gets or sets the SAS key.
- sas
Key StringName Gets or sets the SAS key name.
- type String
Gets or sets the authentication type.
ServiceBusBrokeredMessagePropertiesResponse
- Content
Type string Gets or sets the content type.
- Correlation
Id string Gets or sets the correlation ID.
- Force
Persistence bool Gets or sets the force persistence.
- Label string
Gets or sets the label.
- Message
Id string Gets or sets the message ID.
- Partition
Key string Gets or sets the partition key.
- Reply
To string Gets or sets the reply to.
- Reply
To stringSession Id Gets or sets the reply to session ID.
- Scheduled
Enqueue stringTime Utc Gets or sets the scheduled enqueue time UTC.
- Session
Id string Gets or sets the session ID.
- Time
To stringLive Gets or sets the time to live.
- To string
Gets or sets the to.
- Via
Partition stringKey Gets or sets the via partition key.
- Content
Type string Gets or sets the content type.
- Correlation
Id string Gets or sets the correlation ID.
- Force
Persistence bool Gets or sets the force persistence.
- Label string
Gets or sets the label.
- Message
Id string Gets or sets the message ID.
- Partition
Key string Gets or sets the partition key.
- Reply
To string Gets or sets the reply to.
- Reply
To stringSession Id Gets or sets the reply to session ID.
- Scheduled
Enqueue stringTime Utc Gets or sets the scheduled enqueue time UTC.
- Session
Id string Gets or sets the session ID.
- Time
To stringLive Gets or sets the time to live.
- To string
Gets or sets the to.
- Via
Partition stringKey Gets or sets the via partition key.
- content
Type String Gets or sets the content type.
- correlation
Id String Gets or sets the correlation ID.
- force
Persistence Boolean Gets or sets the force persistence.
- label String
Gets or sets the label.
- message
Id String Gets or sets the message ID.
- partition
Key String Gets or sets the partition key.
- reply
To String Gets or sets the reply to.
- reply
To StringSession Id Gets or sets the reply to session ID.
- scheduled
Enqueue StringTime Utc Gets or sets the scheduled enqueue time UTC.
- session
Id String Gets or sets the session ID.
- time
To StringLive Gets or sets the time to live.
- to String
Gets or sets the to.
- via
Partition StringKey Gets or sets the via partition key.
- content
Type string Gets or sets the content type.
- correlation
Id string Gets or sets the correlation ID.
- force
Persistence boolean Gets or sets the force persistence.
- label string
Gets or sets the label.
- message
Id string Gets or sets the message ID.
- partition
Key string Gets or sets the partition key.
- reply
To string Gets or sets the reply to.
- reply
To stringSession Id Gets or sets the reply to session ID.
- scheduled
Enqueue stringTime Utc Gets or sets the scheduled enqueue time UTC.
- session
Id string Gets or sets the session ID.
- time
To stringLive Gets or sets the time to live.
- to string
Gets or sets the to.
- via
Partition stringKey Gets or sets the via partition key.
- content_
type str Gets or sets the content type.
- correlation_
id str Gets or sets the correlation ID.
- force_
persistence bool Gets or sets the force persistence.
- label str
Gets or sets the label.
- message_
id str Gets or sets the message ID.
- partition_
key str Gets or sets the partition key.
- reply_
to str Gets or sets the reply to.
- reply_
to_ strsession_ id Gets or sets the reply to session ID.
- scheduled_
enqueue_ strtime_ utc Gets or sets the scheduled enqueue time UTC.
- session_
id str Gets or sets the session ID.
- time_
to_ strlive Gets or sets the time to live.
- to str
Gets or sets the to.
- via_
partition_ strkey Gets or sets the via partition key.
- content
Type String Gets or sets the content type.
- correlation
Id String Gets or sets the correlation ID.
- force
Persistence Boolean Gets or sets the force persistence.
- label String
Gets or sets the label.
- message
Id String Gets or sets the message ID.
- partition
Key String Gets or sets the partition key.
- reply
To String Gets or sets the reply to.
- reply
To StringSession Id Gets or sets the reply to session ID.
- scheduled
Enqueue StringTime Utc Gets or sets the scheduled enqueue time UTC.
- session
Id String Gets or sets the session ID.
- time
To StringLive Gets or sets the time to live.
- to String
Gets or sets the to.
- via
Partition StringKey Gets or sets the via partition key.
ServiceBusQueueMessageResponse
- Authentication
Pulumi.
Azure Native. Scheduler. Inputs. Service Bus Authentication Response Gets or sets the Service Bus authentication.
- Brokered
Message Pulumi.Properties Azure Native. Scheduler. Inputs. Service Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- Custom
Message Dictionary<string, string>Properties Gets or sets the custom message properties.
- Message string
Gets or sets the message.
- Namespace string
Gets or sets the namespace.
- Queue
Name string Gets or sets the queue name.
- Transport
Type string Gets or sets the transport type.
- Authentication
Service
Bus Authentication Response Gets or sets the Service Bus authentication.
- Brokered
Message ServiceProperties Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- Custom
Message map[string]stringProperties Gets or sets the custom message properties.
- Message string
Gets or sets the message.
- Namespace string
Gets or sets the namespace.
- Queue
Name string Gets or sets the queue name.
- Transport
Type string Gets or sets the transport type.
- authentication
Service
Bus Authentication Response Gets or sets the Service Bus authentication.
- brokered
Message ServiceProperties Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- custom
Message Map<String,String>Properties Gets or sets the custom message properties.
- message String
Gets or sets the message.
- namespace String
Gets or sets the namespace.
- queue
Name String Gets or sets the queue name.
- transport
Type String Gets or sets the transport type.
- authentication
Service
Bus Authentication Response Gets or sets the Service Bus authentication.
- brokered
Message ServiceProperties Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- custom
Message {[key: string]: string}Properties Gets or sets the custom message properties.
- message string
Gets or sets the message.
- namespace string
Gets or sets the namespace.
- queue
Name string Gets or sets the queue name.
- transport
Type string Gets or sets the transport type.
- authentication
Service
Bus Authentication Response Gets or sets the Service Bus authentication.
- brokered_
message_ Serviceproperties Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- custom_
message_ Mapping[str, str]properties Gets or sets the custom message properties.
- message str
Gets or sets the message.
- namespace str
Gets or sets the namespace.
- queue_
name str Gets or sets the queue name.
- transport_
type str Gets or sets the transport type.
- authentication Property Map
Gets or sets the Service Bus authentication.
- brokered
Message Property MapProperties Gets or sets the brokered message properties.
- custom
Message Map<String>Properties Gets or sets the custom message properties.
- message String
Gets or sets the message.
- namespace String
Gets or sets the namespace.
- queue
Name String Gets or sets the queue name.
- transport
Type String Gets or sets the transport type.
ServiceBusTopicMessageResponse
- Authentication
Pulumi.
Azure Native. Scheduler. Inputs. Service Bus Authentication Response Gets or sets the Service Bus authentication.
- Brokered
Message Pulumi.Properties Azure Native. Scheduler. Inputs. Service Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- Custom
Message Dictionary<string, string>Properties Gets or sets the custom message properties.
- Message string
Gets or sets the message.
- Namespace string
Gets or sets the namespace.
- Topic
Path string Gets or sets the topic path.
- Transport
Type string Gets or sets the transport type.
- Authentication
Service
Bus Authentication Response Gets or sets the Service Bus authentication.
- Brokered
Message ServiceProperties Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- Custom
Message map[string]stringProperties Gets or sets the custom message properties.
- Message string
Gets or sets the message.
- Namespace string
Gets or sets the namespace.
- Topic
Path string Gets or sets the topic path.
- Transport
Type string Gets or sets the transport type.
- authentication
Service
Bus Authentication Response Gets or sets the Service Bus authentication.
- brokered
Message ServiceProperties Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- custom
Message Map<String,String>Properties Gets or sets the custom message properties.
- message String
Gets or sets the message.
- namespace String
Gets or sets the namespace.
- topic
Path String Gets or sets the topic path.
- transport
Type String Gets or sets the transport type.
- authentication
Service
Bus Authentication Response Gets or sets the Service Bus authentication.
- brokered
Message ServiceProperties Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- custom
Message {[key: string]: string}Properties Gets or sets the custom message properties.
- message string
Gets or sets the message.
- namespace string
Gets or sets the namespace.
- topic
Path string Gets or sets the topic path.
- transport
Type string Gets or sets the transport type.
- authentication
Service
Bus Authentication Response Gets or sets the Service Bus authentication.
- brokered_
message_ Serviceproperties Bus Brokered Message Properties Response Gets or sets the brokered message properties.
- custom_
message_ Mapping[str, str]properties Gets or sets the custom message properties.
- message str
Gets or sets the message.
- namespace str
Gets or sets the namespace.
- topic_
path str Gets or sets the topic path.
- transport_
type str Gets or sets the transport type.
- authentication Property Map
Gets or sets the Service Bus authentication.
- brokered
Message Property MapProperties Gets or sets the brokered message properties.
- custom
Message Map<String>Properties Gets or sets the custom message properties.
- message String
Gets or sets the message.
- namespace String
Gets or sets the namespace.
- topic
Path String Gets or sets the topic path.
- transport
Type String Gets or sets the transport type.
StorageQueueMessageResponse
- Message string
Gets or sets the message.
- Queue
Name string Gets or sets the queue name.
- Sas
Token string Gets or sets the SAS key.
- Storage
Account string Gets or sets the storage account name.
- Message string
Gets or sets the message.
- Queue
Name string Gets or sets the queue name.
- Sas
Token string Gets or sets the SAS key.
- Storage
Account string Gets or sets the storage account name.
- message String
Gets or sets the message.
- queue
Name String Gets or sets the queue name.
- sas
Token String Gets or sets the SAS key.
- storage
Account String Gets or sets the storage account name.
- message string
Gets or sets the message.
- queue
Name string Gets or sets the queue name.
- sas
Token string Gets or sets the SAS key.
- storage
Account string Gets or sets the storage account name.
- message str
Gets or sets the message.
- queue_
name str Gets or sets the queue name.
- sas_
token str Gets or sets the SAS key.
- storage_
account str Gets or sets the storage account name.
- message String
Gets or sets the message.
- queue
Name String Gets or sets the queue name.
- sas
Token String Gets or sets the SAS key.
- storage
Account String Gets or sets the storage account name.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0