Package-level declarations

Types

data class ApplicationInsightsComponentAnalyticsItemPropertiesArgs(val functionAlias: Output<String>? = null) : ConvertibleToJava<ApplicationInsightsComponentAnalyticsItemPropertiesArgs>

A set of properties that can be defined in the context of a specific item type. Each type may have its own properties.

data class ApplicationInsightsComponentDataVolumeCapArgs(val cap: Output<Double>? = null, val stopSendNotificationWhenHitCap: Output<Boolean>? = null, val stopSendNotificationWhenHitThreshold: Output<Boolean>? = null, val warningThreshold: Output<Int>? = null) : ConvertibleToJava<ApplicationInsightsComponentDataVolumeCapArgs>

An Application Insights component daily data volume cap

data class ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesRuleDefinitionsArgs(val description: Output<String>? = null, val displayName: Output<String>? = null, val helpUrl: Output<String>? = null, val isEnabledByDefault: Output<Boolean>? = null, val isHidden: Output<Boolean>? = null, val isInPreview: Output<Boolean>? = null, val name: Output<String>? = null, val supportsEmailNotifications: Output<Boolean>? = null) : ConvertibleToJava<ApplicationInsightsComponentProactiveDetectionConfigurationPropertiesRuleDefinitionsArgs>

Static definitions of the ProactiveDetection configuration rule (same values for all components).

Link copied to clipboard
data class GetAnalyticsItemPlainArgs(val id: String? = null, val name: String? = null, val resourceGroupName: String, val resourceName: String, val scopePath: String) : ConvertibleToJava<GetAnalyticsItemPlainArgs>
data class GetComponentCurrentBillingFeaturePlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetComponentCurrentBillingFeaturePlainArgs>
data class GetComponentLinkedStorageAccountPlainArgs(val resourceGroupName: String, val resourceName: String, val storageType: String) : ConvertibleToJava<GetComponentLinkedStorageAccountPlainArgs>
Link copied to clipboard
data class GetComponentPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetComponentPlainArgs>
Link copied to clipboard
data class GetExportConfigurationPlainArgs(val exportId: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetExportConfigurationPlainArgs>
Link copied to clipboard
data class GetFavoritePlainArgs(val favoriteId: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetFavoritePlainArgs>
Link copied to clipboard
data class GetLiveTokenPlainArgs(val resourceUri: String) : ConvertibleToJava<GetLiveTokenPlainArgs>
Link copied to clipboard
data class GetMyWorkbookPlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetMyWorkbookPlainArgs>
data class GetProactiveDetectionConfigurationPlainArgs(val configurationId: String, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetProactiveDetectionConfigurationPlainArgs>
Link copied to clipboard
data class GetTestResultFilePlainArgs(val continuationToken: String? = null, val downloadAs: String, val geoLocationId: String, val resourceGroupName: String, val testSuccessfulCriteria: Boolean? = null, val timeStamp: Int, val webTestName: String) : ConvertibleToJava<GetTestResultFilePlainArgs>
Link copied to clipboard
data class GetWebTestPlainArgs(val resourceGroupName: String, val webTestName: String) : ConvertibleToJava<GetWebTestPlainArgs>
Link copied to clipboard
data class GetWorkbookPlainArgs(val canFetchContent: Boolean? = null, val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetWorkbookPlainArgs>
Link copied to clipboard
data class GetWorkbookTemplatePlainArgs(val resourceGroupName: String, val resourceName: String) : ConvertibleToJava<GetWorkbookTemplatePlainArgs>
Link copied to clipboard
data class HeaderFieldArgs(val headerFieldName: Output<String>? = null, val headerFieldValue: Output<String>? = null) : ConvertibleToJava<HeaderFieldArgs>

A header to add to the WebTest.

Link copied to clipboard
class ListEASubscriptionListMigrationDatePostPlainArgs : ConvertibleToJava<ListEASubscriptionListMigrationDatePostPlainArgs>
Link copied to clipboard
data class MyWorkbookManagedIdentityArgs(val type: Output<String>? = null) : ConvertibleToJava<MyWorkbookManagedIdentityArgs>

Customer Managed Identity

Link copied to clipboard
data class WebTestGeolocationArgs(val location: Output<String>? = null) : ConvertibleToJava<WebTestGeolocationArgs>

Geo-physical location to run a WebTest from. You must specify one or more locations for the test to run from.

Link copied to clipboard
data class WebTestPropertiesConfigurationArgs(val webTest: Output<String>? = null) : ConvertibleToJava<WebTestPropertiesConfigurationArgs>

An XML configuration specification for a WebTest.

Link copied to clipboard
data class WebTestPropertiesContentValidationArgs(val contentMatch: Output<String>? = null, val ignoreCase: Output<Boolean>? = null, val passIfTextFound: Output<Boolean>? = null) : ConvertibleToJava<WebTestPropertiesContentValidationArgs>

The collection of content validation properties

Link copied to clipboard
data class WebTestPropertiesRequestArgs(val followRedirects: Output<Boolean>? = null, val headers: Output<List<HeaderFieldArgs>>? = null, val httpVerb: Output<String>? = null, val parseDependentRequests: Output<Boolean>? = null, val requestBody: Output<String>? = null, val requestUrl: Output<String>? = null) : ConvertibleToJava<WebTestPropertiesRequestArgs>

The collection of request properties

Link copied to clipboard
data class WebTestPropertiesValidationRulesArgs(val contentValidation: Output<WebTestPropertiesContentValidationArgs>? = null, val expectedHttpStatusCode: Output<Int>? = null, val ignoreHttpStatusCode: Output<Boolean>? = null, val sSLCertRemainingLifetimeCheck: Output<Int>? = null, val sSLCheck: Output<Boolean>? = null) : ConvertibleToJava<WebTestPropertiesValidationRulesArgs>

The collection of validation rule properties

Link copied to clipboard
data class WorkbookResourceIdentityArgs(val type: Output<Either<String, ManagedServiceIdentityType>>, val userAssignedIdentities: Output<List<String>>? = null) : ConvertibleToJava<WorkbookResourceIdentityArgs>

Identity used for BYOS

Link copied to clipboard
data class WorkbookTemplateGalleryArgs(val category: Output<String>? = null, val name: Output<String>? = null, val order: Output<Int>? = null, val resourceType: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<WorkbookTemplateGalleryArgs>

Gallery information for a workbook template.

Link copied to clipboard
data class WorkbookTemplateLocalizedGalleryArgs(val galleries: Output<List<WorkbookTemplateGalleryArgs>>? = null, val templateData: Output<Any>? = null) : ConvertibleToJava<WorkbookTemplateLocalizedGalleryArgs>

Localized template data and gallery information.