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 disableLocalAuth: Boolean? = null, val etag: String? = null, val flowType: String? = null, val forceCustomerStorageForProfiler: Boolean? = 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 laMigrationDate: String, val location: String, val name: String, val privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, val provisioningState: String, val publicNetworkAccessForIngestion: String? = null, val publicNetworkAccessForQuery: String? = null, val requestSource: String? = null, val retentionInDays: Int? = null, val samplingPercentage: Double? = null, val tags: Map<String, String>? = null, val tenantId: String, val type: String, val workspaceResourceId: String? = null)
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, disableLocalAuth: Boolean? = null, etag: String? = null, flowType: String? = null, forceCustomerStorageForProfiler: Boolean? = null, hockeyAppId: String? = null, hockeyAppToken: String, id: String, immediatePurgeDataOn30Days: Boolean? = null, ingestionMode: String? = null, instrumentationKey: String, kind: String, laMigrationDate: String, location: String, name: String, privateLinkScopedResources: List<PrivateLinkScopedResourceResponse>, provisioningState: String, publicNetworkAccessForIngestion: String? = null, publicNetworkAccessForQuery: String? = null, requestSource: String? = null, retentionInDays: Int? = null, samplingPercentage: Double? = null, tags: Map<String, String>? = null, tenantId: String, type: String, workspaceResourceId: String? = null)
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
Link copied to clipboard
Link copied to clipboard