Package-level declarations
Types
Link copied to clipboard
data class GetInsightsResult(val appId: String, val applicationType: String, val connectionString: String, val id: String, val instrumentationKey: String, val location: String, val name: String, val resourceGroupName: String, val retentionInDays: Int, val tags: Map<String, String>, val workspaceId: String)
A collection of values returned by getInsights.
Link copied to clipboard
data class StandardWebTestRequest(val body: String? = null, val followRedirectsEnabled: Boolean? = null, val headers: List<StandardWebTestRequestHeader>? = null, val httpVerb: String? = null, val parseDependentRequestsEnabled: Boolean? = null, val url: String)
Link copied to clipboard
Link copied to clipboard
data class StandardWebTestValidationRules(val content: StandardWebTestValidationRulesContent? = null, val expectedStatusCode: Int? = null, val sslCertRemainingLifetime: Int? = null, val sslCheckEnabled: Boolean? = null)
Link copied to clipboard
data class StandardWebTestValidationRulesContent(val contentMatch: String, val ignoreCase: Boolean? = null, val passIfTextFound: Boolean? = null)
Link copied to clipboard
Link copied to clipboard