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
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
data class GetJobCollectionPlainArgs(val jobCollectionName: String, val resourceGroupName: String) : ConvertibleToJava<GetJobCollectionPlainArgs>
Link copied to clipboard
data class GetJobPlainArgs(val jobCollectionName: String, val jobName: String, val resourceGroupName: String) : ConvertibleToJava<GetJobPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class HttpRequestArgs(val authentication: Output<Any>? = null, val body: Output<String>? = null, val headers: Output<Map<String, String>>? = null, val method: Output<String>? = null, val uri: Output<String>? = null) : ConvertibleToJava<HttpRequestArgs>
Link copied to clipboard
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
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
data class JobCollectionQuotaArgs(val maxJobCount: Output<Int>? = null, val maxJobOccurrence: Output<Int>? = null, val maxRecurrence: Output<JobMaxRecurrenceArgs>? = null) : ConvertibleToJava<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
Link copied to clipboard
data class JobMaxRecurrenceArgs(val frequency: Output<RecurrenceFrequency>? = null, val interval: Output<Int>? = null) : ConvertibleToJava<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
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
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>
data class JobRecurrenceScheduleMonthlyOccurrenceArgs(val day: Output<JobScheduleDay>? = null, val occurrence: Output<Int>? = null) : ConvertibleToJava<JobRecurrenceScheduleMonthlyOccurrenceArgs>
Link copied to clipboard
data class OAuthAuthenticationArgs(val audience: Output<String>? = null, val clientId: Output<String>? = null, val secret: Output<String>? = null, val tenant: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<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
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
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
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
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
data class SkuArgs(val name: Output<SkuDefinition>? = null) : ConvertibleToJava<SkuArgs>
Link copied to clipboard

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>