Package-level declarations
Types
Link copied to clipboard
data class BasicAuthenticationArgs(val password: Output<String>? = null, val type: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<BasicAuthenticationArgs>
Link copied to clipboard
Builder for BasicAuthenticationArgs.
Link copied to clipboard
data class ClientCertAuthenticationArgs(val certificateExpirationDate: Output<String>? = null, val certificateSubjectName: Output<String>? = null, val certificateThumbprint: Output<String>? = null, val password: Output<String>? = null, val pfx: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<ClientCertAuthenticationArgs>
Link copied to clipboard
Builder for ClientCertAuthenticationArgs.
Link copied to clipboard
data class GetJobCollectionPlainArgs(val jobCollectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetJobCollectionPlainArgs>
Link copied to clipboard
Builder for GetJobCollectionPlainArgs.
Link copied to clipboard
data class GetJobPlainArgs(val jobCollectionName: String, val jobName: String, val resourceGroupName: String) : ConvertibleToJava<GetJobPlainArgs>
Link copied to clipboard
class GetJobPlainArgsBuilder
Builder for GetJobPlainArgs.
Link copied to clipboard
Link copied to clipboard
class HttpRequestArgsBuilder
Builder for HttpRequestArgs.
Link copied to clipboard
data class JobActionArgs(val errorAction: Output<JobErrorActionArgs>? = null, val queueMessage: Output<StorageQueueMessageArgs>? = null, val request: Output<HttpRequestArgs>? = null, val retryPolicy: Output<RetryPolicyArgs>? = null, val serviceBusQueueMessage: Output<ServiceBusQueueMessageArgs>? = null, val serviceBusTopicMessage: Output<ServiceBusTopicMessageArgs>? = null, val type: Output<JobActionType>? = null) : ConvertibleToJava<JobActionArgs>
Link copied to clipboard
class JobActionArgsBuilder
Builder for JobActionArgs.
Link copied to clipboard
data class JobCollectionPropertiesArgs(val quota: Output<JobCollectionQuotaArgs>? = null, val sku: Output<SkuArgs>? = null, val state: Output<JobCollectionState>? = null) : ConvertibleToJava<JobCollectionPropertiesArgs>
Link copied to clipboard
Builder for JobCollectionPropertiesArgs.
Link copied to clipboard
data class JobCollectionQuotaArgs(val maxJobCount: Output<Int>? = null, val maxJobOccurrence: Output<Int>? = null, val maxRecurrence: Output<JobMaxRecurrenceArgs>? = null) : ConvertibleToJava<JobCollectionQuotaArgs>
Link copied to clipboard
Builder for JobCollectionQuotaArgs.
Link copied to clipboard
data class JobErrorActionArgs(val queueMessage: Output<StorageQueueMessageArgs>? = null, val request: Output<HttpRequestArgs>? = null, val retryPolicy: Output<RetryPolicyArgs>? = null, val serviceBusQueueMessage: Output<ServiceBusQueueMessageArgs>? = null, val serviceBusTopicMessage: Output<ServiceBusTopicMessageArgs>? = null, val type: Output<JobActionType>? = null) : ConvertibleToJava<JobErrorActionArgs>
Link copied to clipboard
Builder for JobErrorActionArgs.
Link copied to clipboard
data class JobMaxRecurrenceArgs(val frequency: Output<RecurrenceFrequency>? = null, val interval: Output<Int>? = null) : ConvertibleToJava<JobMaxRecurrenceArgs>
Link copied to clipboard
Builder for JobMaxRecurrenceArgs.
Link copied to clipboard
data class JobPropertiesArgs(val action: Output<JobActionArgs>? = null, val recurrence: Output<JobRecurrenceArgs>? = null, val startTime: Output<String>? = null, val state: Output<JobState>? = null) : ConvertibleToJava<JobPropertiesArgs>
Link copied to clipboard
class JobPropertiesArgsBuilder
Builder for JobPropertiesArgs.
Link copied to clipboard
data class JobRecurrenceArgs(val count: Output<Int>? = null, val endTime: Output<String>? = null, val frequency: Output<RecurrenceFrequency>? = null, val interval: Output<Int>? = null, val schedule: Output<JobRecurrenceScheduleArgs>? = null) : ConvertibleToJava<JobRecurrenceArgs>
Link copied to clipboard
class JobRecurrenceArgsBuilder
Builder for JobRecurrenceArgs.
Link copied to clipboard
data class JobRecurrenceScheduleArgs(val hours: Output<List<Int>>? = null, val minutes: Output<List<Int>>? = null, val monthDays: Output<List<Int>>? = null, val monthlyOccurrences: Output<List<JobRecurrenceScheduleMonthlyOccurrenceArgs>>? = null, val weekDays: Output<List<DayOfWeek>>? = null) : ConvertibleToJava<JobRecurrenceScheduleArgs>
Link copied to clipboard
Builder for JobRecurrenceScheduleArgs.
Link copied to clipboard
data class JobRecurrenceScheduleMonthlyOccurrenceArgs(val day: Output<JobScheduleDay>? = null, val occurrence: Output<Int>? = null) : ConvertibleToJava<JobRecurrenceScheduleMonthlyOccurrenceArgs>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Builder for OAuthAuthenticationArgs.
Link copied to clipboard
data class RetryPolicyArgs(val retryCount: Output<Int>? = null, val retryInterval: Output<String>? = null, val retryType: Output<RetryType>? = null) : ConvertibleToJava<RetryPolicyArgs>
Link copied to clipboard
class RetryPolicyArgsBuilder
Builder for RetryPolicyArgs.
Link copied to clipboard
data class ServiceBusAuthenticationArgs(val sasKey: Output<String>? = null, val sasKeyName: Output<String>? = null, val type: Output<ServiceBusAuthenticationType>? = null) : ConvertibleToJava<ServiceBusAuthenticationArgs>
Link copied to clipboard
Builder for ServiceBusAuthenticationArgs.
Link copied to clipboard
data class ServiceBusBrokeredMessagePropertiesArgs(val contentType: Output<String>? = null, val correlationId: Output<String>? = null, val forcePersistence: Output<Boolean>? = null, val label: Output<String>? = null, val messageId: Output<String>? = null, val partitionKey: Output<String>? = null, val replyTo: Output<String>? = null, val replyToSessionId: Output<String>? = null, val scheduledEnqueueTimeUtc: Output<String>? = null, val sessionId: Output<String>? = null, val timeToLive: Output<String>? = null, val to: Output<String>? = null, val viaPartitionKey: Output<String>? = null) : ConvertibleToJava<ServiceBusBrokeredMessagePropertiesArgs>
Link copied to clipboard
Link copied to clipboard
data class ServiceBusQueueMessageArgs(val authentication: Output<ServiceBusAuthenticationArgs>? = null, val brokeredMessageProperties: Output<ServiceBusBrokeredMessagePropertiesArgs>? = null, val customMessageProperties: Output<Map<String, String>>? = null, val message: Output<String>? = null, val namespace: Output<String>? = null, val queueName: Output<String>? = null, val transportType: Output<ServiceBusTransportType>? = null) : ConvertibleToJava<ServiceBusQueueMessageArgs>
Link copied to clipboard
Builder for ServiceBusQueueMessageArgs.
Link copied to clipboard
data class ServiceBusTopicMessageArgs(val authentication: Output<ServiceBusAuthenticationArgs>? = null, val brokeredMessageProperties: Output<ServiceBusBrokeredMessagePropertiesArgs>? = null, val customMessageProperties: Output<Map<String, String>>? = null, val message: Output<String>? = null, val namespace: Output<String>? = null, val topicPath: Output<String>? = null, val transportType: Output<ServiceBusTransportType>? = null) : ConvertibleToJava<ServiceBusTopicMessageArgs>
Link copied to clipboard
Builder for ServiceBusTopicMessageArgs.
Link copied to clipboard
Link copied to clipboard
class SkuArgsBuilder
Builder for SkuArgs.
Link copied to clipboard
data class StorageQueueMessageArgs(val message: Output<String>? = null, val queueName: Output<String>? = null, val sasToken: Output<String>? = null, val storageAccount: Output<String>? = null) : ConvertibleToJava<StorageQueueMessageArgs>
Link copied to clipboard
Builder for StorageQueueMessageArgs.