Package-level declarations

Types

Link copied to clipboard
data class ActionHttpRunAfter(val actionName: String, val actionResult: String)
Link copied to clipboard
data class GetIntegrationAccountResult(val id: String, val location: String, val name: String, val resourceGroupName: String, val skuName: String, val tags: Map<String, String>)

A collection of values returned by getIntegrationAccount.

Link copied to clipboard
data class GetStandardConnectionString(val name: String, val type: String, val value: String)
Link copied to clipboard
data class GetStandardIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class GetStandardResult(val appServicePlanId: String, val appSettings: Map<String, String>, val bundleVersion: String, val clientAffinityEnabled: Boolean, val clientCertificateMode: String, val connectionStrings: List<GetStandardConnectionString>, val customDomainVerificationId: String, val defaultHostname: String, val enabled: Boolean, val ftpPublishBasicAuthenticationEnabled: Boolean, val httpsOnly: Boolean, val id: String, val identities: List<GetStandardIdentity>, val kind: String, val location: String, val name: String, val outboundIpAddresses: String, val possibleOutboundIpAddresses: String, val publicNetworkAccess: String, val resourceGroupName: String, val scmPublishBasicAuthenticationEnabled: Boolean, val siteConfig: GetStandardSiteConfig, val siteCredentials: List<GetStandardSiteCredential>, val storageAccountAccessKey: String, val storageAccountName: String, val storageAccountShareName: String, val tags: Map<String, String>, val useExtensionBundle: Boolean, val version: String, val virtualNetworkSubnetId: String)

A collection of values returned by 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)
Link copied to clipboard
data class GetStandardSiteConfigCors(val allowedOrigins: List<String>, val supportCredentials: Boolean? = null)
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)
data class GetStandardSiteConfigIpRestrictionHeaders(val xAzureFdids: List<String>? = null, val xFdHealthProbe: String? = null, val xForwardedFors: List<String>? = null, val xForwardedHosts: List<String>? = null)
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)
data class GetStandardSiteConfigScmIpRestrictionHeaders(val xAzureFdids: List<String>? = null, val xFdHealthProbe: String? = null, val xForwardedFors: List<String>? = null, val xForwardedHosts: List<String>? = null)
Link copied to clipboard
data class GetStandardSiteCredential(val password: String, val username: String)
Link copied to clipboard
data class GetWorkflowIdentity(val identityIds: List<String>, val principalId: String, val tenantId: String, val type: String)
Link copied to clipboard
data class GetWorkflowResult(val accessEndpoint: String, val connectorEndpointIpAddresses: List<String>, val connectorOutboundIpAddresses: List<String>, val id: String, val identities: List<GetWorkflowIdentity>, val location: String, val logicAppIntegrationAccountId: String, val name: String, val parameters: Map<String, String>, val resourceGroupName: String, val tags: Map<String, String>, val workflowEndpointIpAddresses: List<String>, val workflowOutboundIpAddresses: List<String>, val workflowSchema: String, val workflowVersion: String)

A collection of values returned by getWorkflow.

Link copied to clipboard
data class IntegrationAccountAgreementGuestIdentity(val qualifier: String, val value: String)
Link copied to clipboard
data class IntegrationAccountAgreementHostIdentity(val qualifier: String, val value: String)
data class IntegrationAccountBatchConfigurationReleaseCriteria(val batchSize: Int? = null, val messageCount: Int? = null, val recurrence: IntegrationAccountBatchConfigurationReleaseCriteriaRecurrence? = null)
data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrence(val endTime: String? = null, val frequency: String, val interval: Int, val schedule: IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceSchedule? = null, val startTime: String? = null, val timeZone: String? = null)
data class IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceSchedule(val hours: List<Int>? = null, val minutes: List<Int>? = null, val monthDays: List<Int>? = null, val monthlies: List<IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly>? = null, val weekDays: List<String>? = null)
Link copied to clipboard
data class IntegrationAccountCertificateKeyVaultKey(val keyName: String, val keyVaultId: String, val keyVersion: String? = null)
data class IntegrationAccountPartnerBusinessIdentity(val qualifier: String, val value: String)
Link copied to clipboard
data class StandardConnectionString(val name: String, val type: String, val value: String)
Link copied to clipboard
data class StandardIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)
Link copied to clipboard
data class StandardSiteConfig(val alwaysOn: Boolean? = null, val appScaleLimit: Int? = null, val autoSwapSlotName: String? = null, val cors: StandardSiteConfigCors? = null, val dotnetFrameworkVersion: String? = null, val elasticInstanceMinimum: Int? = null, val ftpsState: String? = null, val healthCheckPath: String? = null, val http2Enabled: Boolean? = null, val ipRestrictions: List<StandardSiteConfigIpRestriction>? = null, val linuxFxVersion: String? = null, val minTlsVersion: String? = null, val preWarmedInstanceCount: Int? = null, val publicNetworkAccessEnabled: Boolean? = null, val runtimeScaleMonitoringEnabled: Boolean? = null, val scmIpRestrictions: List<StandardSiteConfigScmIpRestriction>? = null, val scmMinTlsVersion: String? = null, val scmType: String? = null, val scmUseMainIpRestriction: Boolean? = null, val use32BitWorkerProcess: Boolean? = null, val vnetRouteAllEnabled: Boolean? = null, val websocketsEnabled: Boolean? = null)
Link copied to clipboard
data class StandardSiteConfigCors(val allowedOrigins: List<String>, val supportCredentials: Boolean? = null)
Link copied to clipboard
data class StandardSiteConfigIpRestriction(val action: String? = null, val headers: StandardSiteConfigIpRestrictionHeaders? = null, val ipAddress: String? = null, val name: String? = null, val priority: Int? = null, val serviceTag: String? = null, val virtualNetworkSubnetId: String? = null)
Link copied to clipboard
data class StandardSiteConfigIpRestrictionHeaders(val xAzureFdids: List<String>? = null, val xFdHealthProbe: String? = null, val xForwardedFors: List<String>? = null, val xForwardedHosts: List<String>? = null)
Link copied to clipboard
data class StandardSiteConfigScmIpRestriction(val action: String? = null, val headers: StandardSiteConfigScmIpRestrictionHeaders? = null, val ipAddress: String? = null, val name: String? = null, val priority: Int? = null, val serviceTag: String? = null, val virtualNetworkSubnetId: String? = null)
data class StandardSiteConfigScmIpRestrictionHeaders(val xAzureFdids: List<String>? = null, val xFdHealthProbe: String? = null, val xForwardedFors: List<String>? = null, val xForwardedHosts: List<String>? = null)
Link copied to clipboard
data class StandardSiteCredential(val password: String? = null, val username: String? = null)
Link copied to clipboard
data class TriggerRecurrenceSchedule(val atTheseHours: List<Int>? = null, val atTheseMinutes: List<Int>? = null, val onTheseDays: List<String>? = null)
Link copied to clipboard
data class WorkflowAccessControl(val action: WorkflowAccessControlAction? = null, val content: WorkflowAccessControlContent? = null, val trigger: WorkflowAccessControlTrigger? = null, val workflowManagement: WorkflowAccessControlWorkflowManagement? = null)
Link copied to clipboard
data class WorkflowAccessControlAction(val allowedCallerIpAddressRanges: List<String>)
Link copied to clipboard
data class WorkflowAccessControlContent(val allowedCallerIpAddressRanges: List<String>)
Link copied to clipboard
data class WorkflowAccessControlTrigger(val allowedCallerIpAddressRanges: List<String>, val openAuthenticationPolicies: List<WorkflowAccessControlTriggerOpenAuthenticationPolicy>? = null)
Link copied to clipboard
data class WorkflowAccessControlWorkflowManagement(val allowedCallerIpAddressRanges: List<String>)
Link copied to clipboard
data class WorkflowIdentity(val identityIds: List<String>? = null, val principalId: String? = null, val tenantId: String? = null, val type: String)