Package-level declarations

Types

Link copied to clipboard
data class ActionHttpRunAfterArgs(val actionName: Output<String>, val actionResult: Output<String>) : ConvertibleToJava<ActionHttpRunAfterArgs>
Link copied to clipboard
data class GetIntegrationAccountPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetIntegrationAccountPlainArgs>

A collection of arguments for invoking getIntegrationAccount.

Link copied to clipboard
data class GetStandardPlainArgs(val name: String, val resourceGroupName: String, val siteConfig: GetStandardSiteConfig? = null) : ConvertibleToJava<GetStandardPlainArgs>

A collection of arguments for invoking getStandard.

Link copied to clipboard
data class GetStandardSiteConfig(val alwaysOn: Boolean? = null, val appScaleLimit: Int, val autoSwapSlotName: String, val cors: GetStandardSiteConfigCors, val dotnetFrameworkVersion: String? = null, val elasticInstanceMinimum: Int, val ftpsState: String, val healthCheckPath: String? = null, val http2Enabled: Boolean? = null, val ipRestrictions: List<GetStandardSiteConfigIpRestriction>, val linuxFxVersion: String, val minTlsVersion: String, val preWarmedInstanceCount: Int, val publicNetworkAccessEnabled: Boolean, val runtimeScaleMonitoringEnabled: Boolean? = null, val scmIpRestrictions: List<GetStandardSiteConfigScmIpRestriction>, val scmMinTlsVersion: String, val scmType: String, val scmUseMainIpRestriction: Boolean? = null, val use32BitWorkerProcess: Boolean? = null, val vnetRouteAllEnabled: Boolean, val websocketsEnabled: Boolean? = null) : ConvertibleToJava<GetStandardSiteConfig>
Link copied to clipboard
data class GetStandardSiteConfigCors(val allowedOrigins: List<String>, val supportCredentials: Boolean? = null) : ConvertibleToJava<GetStandardSiteConfigCors>
Link copied to clipboard
data class GetStandardSiteConfigIpRestriction(val action: String? = null, val headers: GetStandardSiteConfigIpRestrictionHeaders, val ipAddress: String? = null, val name: String, val priority: Int? = null, val serviceTag: String? = null, val virtualNetworkSubnetId: String? = null) : ConvertibleToJava<GetStandardSiteConfigIpRestriction>
data class GetStandardSiteConfigIpRestrictionHeaders(val xAzureFdids: List<String>? = null, val xFdHealthProbe: String? = null, val xForwardedFors: List<String>? = null, val xForwardedHosts: List<String>? = null) : ConvertibleToJava<GetStandardSiteConfigIpRestrictionHeaders>
Link copied to clipboard
data class GetStandardSiteConfigScmIpRestriction(val action: String? = null, val headers: GetStandardSiteConfigScmIpRestrictionHeaders, val ipAddress: String? = null, val name: String, val priority: Int? = null, val serviceTag: String? = null, val virtualNetworkSubnetId: String? = null) : ConvertibleToJava<GetStandardSiteConfigScmIpRestriction>
data class GetStandardSiteConfigScmIpRestrictionHeaders(val xAzureFdids: List<String>? = null, val xFdHealthProbe: String? = null, val xForwardedFors: List<String>? = null, val xForwardedHosts: List<String>? = null) : ConvertibleToJava<GetStandardSiteConfigScmIpRestrictionHeaders>
Link copied to clipboard
data class GetWorkflowPlainArgs(val name: String, val resourceGroupName: String) : ConvertibleToJava<GetWorkflowPlainArgs>

A collection of arguments for invoking getWorkflow.

data class IntegrationAccountAgreementGuestIdentityArgs(val qualifier: Output<String>, val value: Output<String>) : ConvertibleToJava<IntegrationAccountAgreementGuestIdentityArgs>
data class IntegrationAccountAgreementHostIdentityArgs(val qualifier: Output<String>, val value: Output<String>) : ConvertibleToJava<IntegrationAccountAgreementHostIdentityArgs>
data class IntegrationAccountBatchConfigurationReleaseCriteriaArgs(val batchSize: Output<Int>? = null, val messageCount: Output<Int>? = null, val recurrence: Output<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceArgs>? = null) : ConvertibleToJava<IntegrationAccountBatchConfigurationReleaseCriteriaArgs>
data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceArgs(val endTime: Output<String>? = null, val frequency: Output<String>, val interval: Output<Int>, val schedule: Output<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleArgs>? = null, val startTime: Output<String>? = null, val timeZone: Output<String>? = null) : ConvertibleToJava<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceArgs>
data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleArgs(val hours: Output<List<Int>>? = null, val minutes: Output<List<Int>>? = null, val monthDays: Output<List<Int>>? = null, val monthlies: Output<List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>>? = null, val weekDays: Output<List<String>>? = null) : ConvertibleToJava<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleArgs>
data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs(val week: Output<Int>, val weekday: Output<String>) : ConvertibleToJava<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthlyArgs>
data class IntegrationAccountCertificateKeyVaultKeyArgs(val keyName: Output<String>, val keyVaultId: Output<String>, val keyVersion: Output<String>? = null) : ConvertibleToJava<IntegrationAccountCertificateKeyVaultKeyArgs>
data class IntegrationAccountPartnerBusinessIdentityArgs(val qualifier: Output<String>, val value: Output<String>) : ConvertibleToJava<IntegrationAccountPartnerBusinessIdentityArgs>
Link copied to clipboard
data class StandardConnectionStringArgs(val name: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<StandardConnectionStringArgs>
Link copied to clipboard
data class StandardIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<StandardIdentityArgs>
Link copied to clipboard
data class StandardSiteConfigArgs(val alwaysOn: Output<Boolean>? = null, val appScaleLimit: Output<Int>? = null, val autoSwapSlotName: Output<String>? = null, val cors: Output<StandardSiteConfigCorsArgs>? = null, val dotnetFrameworkVersion: Output<String>? = null, val elasticInstanceMinimum: Output<Int>? = null, val ftpsState: Output<String>? = null, val healthCheckPath: Output<String>? = null, val http2Enabled: Output<Boolean>? = null, val ipRestrictions: Output<List<StandardSiteConfigIpRestrictionArgs>>? = null, val linuxFxVersion: Output<String>? = null, val minTlsVersion: Output<String>? = null, val preWarmedInstanceCount: Output<Int>? = null, val publicNetworkAccessEnabled: Output<Boolean>? = null, val runtimeScaleMonitoringEnabled: Output<Boolean>? = null, val scmIpRestrictions: Output<List<StandardSiteConfigScmIpRestrictionArgs>>? = null, val scmMinTlsVersion: Output<String>? = null, val scmType: Output<String>? = null, val scmUseMainIpRestriction: Output<Boolean>? = null, val use32BitWorkerProcess: Output<Boolean>? = null, val vnetRouteAllEnabled: Output<Boolean>? = null, val websocketsEnabled: Output<Boolean>? = null) : ConvertibleToJava<StandardSiteConfigArgs>
Link copied to clipboard
data class StandardSiteConfigCorsArgs(val allowedOrigins: Output<List<String>>, val supportCredentials: Output<Boolean>? = null) : ConvertibleToJava<StandardSiteConfigCorsArgs>
Link copied to clipboard
data class StandardSiteConfigIpRestrictionArgs(val action: Output<String>? = null, val headers: Output<StandardSiteConfigIpRestrictionHeadersArgs>? = null, val ipAddress: Output<String>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val serviceTag: Output<String>? = null, val virtualNetworkSubnetId: Output<String>? = null) : ConvertibleToJava<StandardSiteConfigIpRestrictionArgs>
data class StandardSiteConfigIpRestrictionHeadersArgs(val xAzureFdids: Output<List<String>>? = null, val xFdHealthProbe: Output<String>? = null, val xForwardedFors: Output<List<String>>? = null, val xForwardedHosts: Output<List<String>>? = null) : ConvertibleToJava<StandardSiteConfigIpRestrictionHeadersArgs>
Link copied to clipboard
data class StandardSiteConfigScmIpRestrictionArgs(val action: Output<String>? = null, val headers: Output<StandardSiteConfigScmIpRestrictionHeadersArgs>? = null, val ipAddress: Output<String>? = null, val name: Output<String>? = null, val priority: Output<Int>? = null, val serviceTag: Output<String>? = null, val virtualNetworkSubnetId: Output<String>? = null) : ConvertibleToJava<StandardSiteConfigScmIpRestrictionArgs>
data class StandardSiteConfigScmIpRestrictionHeadersArgs(val xAzureFdids: Output<List<String>>? = null, val xFdHealthProbe: Output<String>? = null, val xForwardedFors: Output<List<String>>? = null, val xForwardedHosts: Output<List<String>>? = null) : ConvertibleToJava<StandardSiteConfigScmIpRestrictionHeadersArgs>
Link copied to clipboard
data class TriggerRecurrenceScheduleArgs(val atTheseHours: Output<List<Int>>? = null, val atTheseMinutes: Output<List<Int>>? = null, val onTheseDays: Output<List<String>>? = null) : ConvertibleToJava<TriggerRecurrenceScheduleArgs>
Link copied to clipboard
data class WorkflowAccessControlActionArgs(val allowedCallerIpAddressRanges: Output<List<String>>) : ConvertibleToJava<WorkflowAccessControlActionArgs>
Link copied to clipboard
data class WorkflowAccessControlArgs(val action: Output<WorkflowAccessControlActionArgs>? = null, val content: Output<WorkflowAccessControlContentArgs>? = null, val trigger: Output<WorkflowAccessControlTriggerArgs>? = null, val workflowManagement: Output<WorkflowAccessControlWorkflowManagementArgs>? = null) : ConvertibleToJava<WorkflowAccessControlArgs>
Link copied to clipboard
data class WorkflowAccessControlContentArgs(val allowedCallerIpAddressRanges: Output<List<String>>) : ConvertibleToJava<WorkflowAccessControlContentArgs>
Link copied to clipboard
data class WorkflowAccessControlTriggerArgs(val allowedCallerIpAddressRanges: Output<List<String>>, val openAuthenticationPolicies: Output<List<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>>? = null) : ConvertibleToJava<WorkflowAccessControlTriggerArgs>
data class WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs(val claims: Output<List<WorkflowAccessControlTriggerOpenAuthenticationPolicyClaimArgs>>, val name: Output<String>) : ConvertibleToJava<WorkflowAccessControlTriggerOpenAuthenticationPolicyArgs>
data class WorkflowAccessControlTriggerOpenAuthenticationPolicyClaimArgs(val name: Output<String>, val value: Output<String>) : ConvertibleToJava<WorkflowAccessControlTriggerOpenAuthenticationPolicyClaimArgs>
data class WorkflowAccessControlWorkflowManagementArgs(val allowedCallerIpAddressRanges: Output<List<String>>) : ConvertibleToJava<WorkflowAccessControlWorkflowManagementArgs>
Link copied to clipboard
data class WorkflowIdentityArgs(val identityIds: Output<List<String>>? = null, val principalId: Output<String>? = null, val tenantId: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<WorkflowIdentityArgs>