insights.azure.com/v1beta20200202

insights.azure.com/v1beta20200202

Package v1beta20200202 contains API Schema definitions for the insights v1beta20200202 API group

Resource Types:

    APIVersion (string alias)

    Deprecated version of APIVersion. Use v1api20200202.APIVersion instead

    Value Description

    "2020-02-02"

    ApplicationInsightsComponentProperties_ARM

    (Appears on:Component_Spec_ARM)

    Deprecated version of ApplicationInsightsComponentProperties. Use v1api20200202.ApplicationInsightsComponentProperties instead

    Field Description
    Application_Type
    ApplicationInsightsComponentProperties_Application_Type
    DisableIpMasking
    bool
    DisableLocalAuth
    bool
    Flow_Type
    ApplicationInsightsComponentProperties_Flow_Type
    ForceCustomerStorageForProfiler
    bool
    HockeyAppId
    string
    ImmediatePurgeDataOn30Days
    bool
    IngestionMode
    ApplicationInsightsComponentProperties_IngestionMode
    publicNetworkAccessForIngestion
    PublicNetworkAccessType
    publicNetworkAccessForQuery
    PublicNetworkAccessType
    Request_Source
    ApplicationInsightsComponentProperties_Request_Source
    RetentionInDays
    int
    SamplingPercentage
    float64
    workspaceResourceId
    string

    ApplicationInsightsComponentProperties_Application_Type (string alias)

    (Appears on:ApplicationInsightsComponentProperties_ARM, Component_Spec)

    Deprecated version of ApplicationInsightsComponentProperties_Application_Type. Use v1api20200202.ApplicationInsightsComponentProperties_Application_Type instead

    Value Description

    "other"

    "web"

    ApplicationInsightsComponentProperties_Application_Type_STATUS (string alias)

    (Appears on:ApplicationInsightsComponentProperties_STATUS_ARM, Component_STATUS)

    Deprecated version of ApplicationInsightsComponentProperties_Application_Type_STATUS. Use v1api20200202.ApplicationInsightsComponentProperties_Application_Type_STATUS instead

    Value Description

    "other"

    "web"

    ApplicationInsightsComponentProperties_Flow_Type (string alias)

    (Appears on:ApplicationInsightsComponentProperties_ARM, Component_Spec)

    Deprecated version of ApplicationInsightsComponentProperties_Flow_Type. Use v1api20200202.ApplicationInsightsComponentProperties_Flow_Type instead

    Value Description

    "Bluefield"

    ApplicationInsightsComponentProperties_Flow_Type_STATUS (string alias)

    (Appears on:ApplicationInsightsComponentProperties_STATUS_ARM, Component_STATUS)

    Deprecated version of ApplicationInsightsComponentProperties_Flow_Type_STATUS. Use v1api20200202.ApplicationInsightsComponentProperties_Flow_Type_STATUS instead

    Value Description

    "Bluefield"

    ApplicationInsightsComponentProperties_IngestionMode (string alias)

    (Appears on:ApplicationInsightsComponentProperties_ARM, Component_Spec)

    Deprecated version of ApplicationInsightsComponentProperties_IngestionMode. Use v1api20200202.ApplicationInsightsComponentProperties_IngestionMode instead

    Value Description

    "ApplicationInsights"

    "ApplicationInsightsWithDiagnosticSettings"

    "LogAnalytics"

    ApplicationInsightsComponentProperties_IngestionMode_STATUS (string alias)

    (Appears on:ApplicationInsightsComponentProperties_STATUS_ARM, Component_STATUS)

    Deprecated version of ApplicationInsightsComponentProperties_IngestionMode_STATUS. Use v1api20200202.ApplicationInsightsComponentProperties_IngestionMode_STATUS instead

    Value Description

    "ApplicationInsights"

    "ApplicationInsightsWithDiagnosticSettings"

    "LogAnalytics"

    ApplicationInsightsComponentProperties_Request_Source (string alias)

    (Appears on:ApplicationInsightsComponentProperties_ARM, Component_Spec)

    Deprecated version of ApplicationInsightsComponentProperties_Request_Source. Use v1api20200202.ApplicationInsightsComponentProperties_Request_Source instead

    Value Description

    "rest"

    ApplicationInsightsComponentProperties_Request_Source_STATUS (string alias)

    (Appears on:ApplicationInsightsComponentProperties_STATUS_ARM, Component_STATUS)

    Deprecated version of ApplicationInsightsComponentProperties_Request_Source_STATUS. Use v1api20200202.ApplicationInsightsComponentProperties_Request_Source_STATUS instead

    Value Description

    "rest"

    ApplicationInsightsComponentProperties_STATUS_ARM

    (Appears on:Component_STATUS_ARM)

    Deprecated version of ApplicationInsightsComponentProperties_STATUS. Use v1api20200202.ApplicationInsightsComponentProperties_STATUS instead

    Field Description
    AppId
    string
    ApplicationId
    string
    Application_Type
    ApplicationInsightsComponentProperties_Application_Type_STATUS
    ConnectionString
    string
    CreationDate
    string
    DisableIpMasking
    bool
    DisableLocalAuth
    bool
    Flow_Type
    ApplicationInsightsComponentProperties_Flow_Type_STATUS
    ForceCustomerStorageForProfiler
    bool
    HockeyAppId
    string
    HockeyAppToken
    string
    ImmediatePurgeDataOn30Days
    bool
    IngestionMode
    ApplicationInsightsComponentProperties_IngestionMode_STATUS
    InstrumentationKey
    string
    LaMigrationDate
    string
    Name
    string
    PrivateLinkScopedResources
    []PrivateLinkScopedResource_STATUS_ARM
    provisioningState
    string
    publicNetworkAccessForIngestion
    PublicNetworkAccessType_STATUS
    publicNetworkAccessForQuery
    PublicNetworkAccessType_STATUS
    Request_Source
    ApplicationInsightsComponentProperties_Request_Source_STATUS
    RetentionInDays
    int
    SamplingPercentage
    float64
    TenantId
    string
    WorkspaceResourceId
    string

    Component

    Deprecated version of Component. Use v1api20200202.Component instead

    Field Description
    metadata
    Kubernetes meta/v1.ObjectMeta
    Refer to the Kubernetes API documentation for the fields of the metadata field.
    spec
    Component_Spec


    Application_Type
    ApplicationInsightsComponentProperties_Application_Type
    azureName
    string

    AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be.

    DisableIpMasking
    bool
    DisableLocalAuth
    bool
    etag
    string
    Flow_Type
    ApplicationInsightsComponentProperties_Flow_Type
    ForceCustomerStorageForProfiler
    bool
    HockeyAppId
    string
    ImmediatePurgeDataOn30Days
    bool
    IngestionMode
    ApplicationInsightsComponentProperties_IngestionMode
    kind
    string
    location
    string
    operatorSpec
    ComponentOperatorSpec

    OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure

    owner
    genruntime.KnownResourceReference

    Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a resources.azure.com/ResourceGroup resource

    publicNetworkAccessForIngestion
    PublicNetworkAccessType
    publicNetworkAccessForQuery
    PublicNetworkAccessType
    Request_Source
    ApplicationInsightsComponentProperties_Request_Source
    RetentionInDays
    int
    SamplingPercentage
    float64
    tags
    map[string]string
    workspaceResourceReference
    genruntime.ResourceReference
    status
    Component_STATUS

    ComponentOperatorConfigMaps

    (Appears on:ComponentOperatorSpec)

    Field Description
    connectionString
    genruntime.ConfigMapDestination

    ConnectionString: indicates where the ConnectionString config map should be placed. If omitted, no config map will be created.

    instrumentationKey
    genruntime.ConfigMapDestination

    InstrumentationKey: indicates where the InstrumentationKey config map should be placed. If omitted, no config map will be created.

    ComponentOperatorSpec

    (Appears on:Component_Spec)

    Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure

    Field Description
    configMaps
    ComponentOperatorConfigMaps

    ConfigMaps: configures where to place operator written ConfigMaps.

    Component_STATUS

    (Appears on:Component)

    Deprecated version of Component_STATUS. Use v1api20200202.Component_STATUS instead

    Field Description
    AppId
    string
    ApplicationId
    string
    Application_Type
    ApplicationInsightsComponentProperties_Application_Type_STATUS
    conditions
    []genruntime/conditions.Condition

    Conditions: The observed state of the resource

    ConnectionString
    string
    CreationDate
    string
    DisableIpMasking
    bool
    DisableLocalAuth
    bool
    etag
    string
    Flow_Type
    ApplicationInsightsComponentProperties_Flow_Type_STATUS
    ForceCustomerStorageForProfiler
    bool
    HockeyAppId
    string
    HockeyAppToken
    string
    id
    string
    ImmediatePurgeDataOn30Days
    bool
    IngestionMode
    ApplicationInsightsComponentProperties_IngestionMode_STATUS
    InstrumentationKey
    string
    kind
    string
    LaMigrationDate
    string
    location
    string
    name
    string
    PrivateLinkScopedResources
    []PrivateLinkScopedResource_STATUS
    properties_name
    string
    provisioningState
    string
    publicNetworkAccessForIngestion
    PublicNetworkAccessType_STATUS
    publicNetworkAccessForQuery
    PublicNetworkAccessType_STATUS
    Request_Source
    ApplicationInsightsComponentProperties_Request_Source_STATUS
    RetentionInDays
    int
    SamplingPercentage
    float64
    tags
    map[string]string
    TenantId
    string
    type
    string
    WorkspaceResourceId
    string

    Component_STATUS_ARM

    Deprecated version of Component_STATUS. Use v1api20200202.Component_STATUS instead

    Field Description
    etag
    string
    id
    string
    kind
    string
    location
    string
    name
    string
    properties
    ApplicationInsightsComponentProperties_STATUS_ARM
    tags
    map[string]string
    type
    string

    Component_Spec

    (Appears on:Component)

    Field Description
    Application_Type
    ApplicationInsightsComponentProperties_Application_Type
    azureName
    string

    AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be.

    DisableIpMasking
    bool
    DisableLocalAuth
    bool
    etag
    string
    Flow_Type
    ApplicationInsightsComponentProperties_Flow_Type
    ForceCustomerStorageForProfiler
    bool
    HockeyAppId
    string
    ImmediatePurgeDataOn30Days
    bool
    IngestionMode
    ApplicationInsightsComponentProperties_IngestionMode
    kind
    string
    location
    string
    operatorSpec
    ComponentOperatorSpec

    OperatorSpec: The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure

    owner
    genruntime.KnownResourceReference

    Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a resources.azure.com/ResourceGroup resource

    publicNetworkAccessForIngestion
    PublicNetworkAccessType
    publicNetworkAccessForQuery
    PublicNetworkAccessType
    Request_Source
    ApplicationInsightsComponentProperties_Request_Source
    RetentionInDays
    int
    SamplingPercentage
    float64
    tags
    map[string]string
    workspaceResourceReference
    genruntime.ResourceReference

    Component_Spec_ARM

    Deprecated version of Component_Spec. Use v1api20200202.Component_Spec instead

    Field Description
    etag
    string
    kind
    string
    location
    string
    name
    string
    properties
    ApplicationInsightsComponentProperties_ARM
    tags
    map[string]string

    PrivateLinkScopedResource_STATUS

    (Appears on:Component_STATUS)

    Deprecated version of PrivateLinkScopedResource_STATUS. Use v1api20200202.PrivateLinkScopedResource_STATUS instead

    Field Description
    ResourceId
    string
    ScopeId
    string

    PrivateLinkScopedResource_STATUS_ARM

    (Appears on:ApplicationInsightsComponentProperties_STATUS_ARM)

    Deprecated version of PrivateLinkScopedResource_STATUS. Use v1api20200202.PrivateLinkScopedResource_STATUS instead

    Field Description
    ResourceId
    string
    ScopeId
    string

    PublicNetworkAccessType (string alias)

    (Appears on:ApplicationInsightsComponentProperties_ARM, Component_Spec)

    Deprecated version of PublicNetworkAccessType. Use v1api20200202.PublicNetworkAccessType instead

    Value Description

    "Disabled"

    "Enabled"

    PublicNetworkAccessType_STATUS (string alias)

    (Appears on:ApplicationInsightsComponentProperties_STATUS_ARM, Component_STATUS)

    Deprecated version of PublicNetworkAccessType_STATUS. Use v1api20200202.PublicNetworkAccessType_STATUS instead

    Value Description

    "Disabled"

    "Enabled"