Get Component Result
data class GetComponentResult(val appId: String, val applicationId: String, val applicationType: String, val connectionString: String, val creationDate: String, val disableIpMasking: Boolean? = null, val flowType: String? = null, val hockeyAppId: String? = null, val hockeyAppToken: String, val id: String, val immediatePurgeDataOn30Days: Boolean? = null, val ingestionMode: String? = null, val instrumentationKey: String, val kind: String, val location: String, val name: String, val privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, val provisioningState: String, val requestSource: String? = null, val retentionInDays: Int? = null, val samplingPercentage: Double? = null, val tags: Map<String, String>? = null, val tenantId: String, val type: String)
An Application Insights component definition.
Constructors
Link copied to clipboard
fun GetComponentResult(appId: String, applicationId: String, applicationType: String, connectionString: String, creationDate: String, disableIpMasking: Boolean? = null, flowType: String? = null, hockeyAppId: String? = null, hockeyAppToken: String, id: String, immediatePurgeDataOn30Days: Boolean? = null, ingestionMode: String? = null, instrumentationKey: String, kind: String, location: String, name: String, privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, provisioningState: String, requestSource: String? = null, retentionInDays: Int? = null, samplingPercentage: Double? = null, tags: Map<String, String>? = null, tenantId: String, type: String)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard