Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)
Link copied to clipboard
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)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
data class IntegrationAccountBatchConfigurationReleaseCriteria(val batchSize: Int? = null, val messageCount: Int? = null, val recurrence: IntegrationAccountBatchConfigurationReleaseCriteriaRecurrence? = null)
Link copied to clipboard
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)
Link copied to clipboard
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 IntegrationAccountBatchConfigurationReleaseCriteriaRecurrenceScheduleMonthly(val week: Int, val weekday: String)
Link copied to clipboard
data class IntegrationAccountCertificateKeyVaultKey(val keyName: String, val keyVaultId: String, val keyVersion: String? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
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)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
data class WorkflowAccessControlTrigger(val allowedCallerIpAddressRanges: List<String>, val openAuthenticationPolicies: List<WorkflowAccessControlTriggerOpenAuthenticationPolicy>? = null)
Link copied to clipboard
data class WorkflowAccessControlTriggerOpenAuthenticationPolicy(val claims: List<WorkflowAccessControlTriggerOpenAuthenticationPolicyClaim>, val name: String)
Link copied to clipboard
data class WorkflowAccessControlTriggerOpenAuthenticationPolicyClaim(val name: String, val value: String)
Link copied to clipboard
Link copied to clipboard