Components class

Bileşenleri temsil eden sınıf.

Oluşturucular

Components(ApplicationInsightsManagementClientContext)

Bileşenler oluşturma.

Yöntemler

createOrUpdate(string, string, ApplicationInsightsComponent, RequestOptionsBase)

Bir Application Insights bileşeni oluşturur (veya güncelleştirir). Not: Put işleminde InstrumentationKey veya AppId için farklı bir değer belirtemezsiniz.

createOrUpdate(string, string, ApplicationInsightsComponent, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponent>)
createOrUpdate(string, string, ApplicationInsightsComponent, ServiceCallback<ApplicationInsightsComponent>)
deleteMethod(string, string, RequestOptionsBase)

Application Insights bileşenini siler.

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, ServiceCallback<void>)
get(string, string, RequestOptionsBase)

Application Insights bileşenini döndürür.

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponent>)
get(string, string, ServiceCallback<ApplicationInsightsComponent>)
getPurgeStatus(string, string, string, RequestOptionsBase)

Devam eden temizleme işleminin durumunu alma.

getPurgeStatus(string, string, string, RequestOptionsBase, ServiceCallback<ComponentPurgeStatusResponse>)
getPurgeStatus(string, string, string, ServiceCallback<ComponentPurgeStatusResponse>)
list(RequestOptionsBase)

Abonelik içindeki tüm Application Insights bileşenlerinin listesini alır.

list(RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentListResult>)
list(ServiceCallback<ApplicationInsightsComponentListResult>)
listByResourceGroup(string, RequestOptionsBase)

Bir kaynak grubu içindeki Application Insights bileşenlerinin listesini alır.

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentListResult>)
listByResourceGroup(string, ServiceCallback<ApplicationInsightsComponentListResult>)
listByResourceGroupNext(string, RequestOptionsBase)

Bir kaynak grubu içindeki Application Insights bileşenlerinin listesini alır.

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentListResult>)
listByResourceGroupNext(string, ServiceCallback<ApplicationInsightsComponentListResult>)
listNext(string, RequestOptionsBase)

Abonelik içindeki tüm Application Insights bileşenlerinin listesini alır.

listNext(string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentListResult>)
listNext(string, ServiceCallback<ApplicationInsightsComponentListResult>)
purge(string, string, ComponentPurgeBody, RequestOptionsBase)

Application Insights bileşenindeki verileri kullanıcı tanımlı bir filtre kümesiyle temizler.

Sistem kaynaklarını yönetmek için temizleme istekleri saatte 50 istekte kısıtlanıyor. Koşulu temizleme gerektiren tüm kullanıcı kimliklerini içeren tek bir komut göndererek temizleme isteklerinin yürütülmesini toplu olarak gerçekleştirmeniz gerekir. Birden çok kimlik belirtmek için in işlecini kullanın. Sonuçların beklendiğini doğrulamak üzere temizleme isteği için kullanmadan önce sorguyu çalıştırmanız gerekir.

purge(string, string, ComponentPurgeBody, RequestOptionsBase, ServiceCallback<ComponentPurgeResponse>)
purge(string, string, ComponentPurgeBody, ServiceCallback<ComponentPurgeResponse>)
updateTags(string, string, TagsResource, RequestOptionsBase)

Mevcut bir bileşenin etiketlerini güncelleştirir. Diğer alanları güncelleştirmek için CreateOrUpdate yöntemini kullanın.

updateTags(string, string, TagsResource, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponent>)
updateTags(string, string, TagsResource, ServiceCallback<ApplicationInsightsComponent>)

Oluşturucu Ayrıntıları

Components(ApplicationInsightsManagementClientContext)

Bileşenler oluşturma.

new Components(client: ApplicationInsightsManagementClientContext)

Parametreler

client
ApplicationInsightsManagementClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

createOrUpdate(string, string, ApplicationInsightsComponent, RequestOptionsBase)

Bir Application Insights bileşeni oluşturur (veya güncelleştirir). Not: Put işleminde InstrumentationKey veya AppId için farklı bir değer belirtemezsiniz.

function createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: ApplicationInsightsComponent, options?: RequestOptionsBase): Promise<ComponentsCreateOrUpdateResponse>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

insightProperties
ApplicationInsightsComponent

Application Insights bileşeni oluşturmak için belirtilmesi gereken özellikler.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise:<Models.ComponentsCreateOrUpdateResponse>

createOrUpdate(string, string, ApplicationInsightsComponent, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponent>)

function createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: ApplicationInsightsComponent, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponent>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

insightProperties
ApplicationInsightsComponent

Application Insights bileşeni oluşturmak için belirtilmesi gereken özellikler.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ApplicationInsightsComponent>

Geri çağırma

createOrUpdate(string, string, ApplicationInsightsComponent, ServiceCallback<ApplicationInsightsComponent>)

function createOrUpdate(resourceGroupName: string, resourceName: string, insightProperties: ApplicationInsightsComponent, callback: ServiceCallback<ApplicationInsightsComponent>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

insightProperties
ApplicationInsightsComponent

Application Insights bileşeni oluşturmak için belirtilmesi gereken özellikler.

callback

ServiceCallback<ApplicationInsightsComponent>

Geri çağırma

deleteMethod(string, string, RequestOptionsBase)

Application Insights bileşenini siler.

function deleteMethod(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<RestResponse>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

deleteMethod(string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

deleteMethod(string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, resourceName: string, callback: ServiceCallback<void>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, RequestOptionsBase)

Application Insights bileşenini döndürür.

function get(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ComponentsGetResponse>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ComponentsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponent>)

function get(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponent>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ApplicationInsightsComponent>

Geri çağırma

get(string, string, ServiceCallback<ApplicationInsightsComponent>)

function get(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponent>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

callback

ServiceCallback<ApplicationInsightsComponent>

Geri çağırma

getPurgeStatus(string, string, string, RequestOptionsBase)

Devam eden temizleme işleminin durumunu alma.

function getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options?: RequestOptionsBase): Promise<ComponentsGetPurgeStatusResponse>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

purgeId

string

Temizleme durumu isteğinde bu, durumunun döndürüldiği işlemin kimliğidir.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ComponentsGetPurgeStatusResponse>

getPurgeStatus(string, string, string, RequestOptionsBase, ServiceCallback<ComponentPurgeStatusResponse>)

function getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, options: RequestOptionsBase, callback: ServiceCallback<ComponentPurgeStatusResponse>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

purgeId

string

Temizleme durumu isteğinde bu, durumunun döndürüldiği işlemin kimliğidir.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ComponentPurgeStatusResponse>

Geri çağırma

getPurgeStatus(string, string, string, ServiceCallback<ComponentPurgeStatusResponse>)

function getPurgeStatus(resourceGroupName: string, resourceName: string, purgeId: string, callback: ServiceCallback<ComponentPurgeStatusResponse>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

purgeId

string

Temizleme durumu isteğinde bu, durumunun döndürüldiği işlemin kimliğidir.

callback

ServiceCallback<ComponentPurgeStatusResponse>

Geri çağırma

list(RequestOptionsBase)

Abonelik içindeki tüm Application Insights bileşenlerinin listesini alır.

function list(options?: RequestOptionsBase): Promise<ComponentsListResponse>

Parametreler

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ComponentsListResponse>

list(RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentListResult>)

Parametreler

options
RequestOptionsBase

İsteğe bağlı parametreler

list(ServiceCallback<ApplicationInsightsComponentListResult>)

function list(callback: ServiceCallback<ApplicationInsightsComponentListResult>)

Parametreler

listByResourceGroup(string, RequestOptionsBase)

Bir kaynak grubu içindeki Application Insights bileşenlerinin listesini alır.

function listByResourceGroup(resourceGroupName: string, options?: RequestOptionsBase): Promise<ComponentsListByResourceGroupResponse>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ComponentsListByResourceGroupResponse>

listByResourceGroup(string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentListResult>)

function listByResourceGroup(resourceGroupName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentListResult>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

options
RequestOptionsBase

İsteğe bağlı parametreler

listByResourceGroup(string, ServiceCallback<ApplicationInsightsComponentListResult>)

function listByResourceGroup(resourceGroupName: string, callback: ServiceCallback<ApplicationInsightsComponentListResult>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

listByResourceGroupNext(string, RequestOptionsBase)

Bir kaynak grubu içindeki Application Insights bileşenlerinin listesini alır.

function listByResourceGroupNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ComponentsListByResourceGroupNextResponse>

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ComponentsListByResourceGroupNextResponse>

listByResourceGroupNext(string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentListResult>)

function listByResourceGroupNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

listByResourceGroupNext(string, ServiceCallback<ApplicationInsightsComponentListResult>)

function listByResourceGroupNext(nextPageLink: string, callback: ServiceCallback<ApplicationInsightsComponentListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

listNext(string, RequestOptionsBase)

Abonelik içindeki tüm Application Insights bileşenlerinin listesini alır.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ComponentsListNextResponse>

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ComponentsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

listNext(string, ServiceCallback<ApplicationInsightsComponentListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<ApplicationInsightsComponentListResult>)

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

purge(string, string, ComponentPurgeBody, RequestOptionsBase)

Application Insights bileşenindeki verileri kullanıcı tanımlı bir filtre kümesiyle temizler.

Sistem kaynaklarını yönetmek için temizleme istekleri saatte 50 istekte kısıtlanıyor. Koşulu temizleme gerektiren tüm kullanıcı kimliklerini içeren tek bir komut göndererek temizleme isteklerinin yürütülmesini toplu olarak gerçekleştirmeniz gerekir. Birden çok kimlik belirtmek için in işlecini kullanın. Sonuçların beklendiğini doğrulamak üzere temizleme isteği için kullanmadan önce sorguyu çalıştırmanız gerekir.

function purge(resourceGroupName: string, resourceName: string, body: ComponentPurgeBody, options?: RequestOptionsBase): Promise<ComponentsPurgeResponse>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

body
ComponentPurgeBody

Application Insights bileşeninin tek bir tablosundaki verileri temizleme isteğinin gövdesini açıklar

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ComponentsPurgeResponse>

purge(string, string, ComponentPurgeBody, RequestOptionsBase, ServiceCallback<ComponentPurgeResponse>)

function purge(resourceGroupName: string, resourceName: string, body: ComponentPurgeBody, options: RequestOptionsBase, callback: ServiceCallback<ComponentPurgeResponse>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

body
ComponentPurgeBody

Application Insights bileşeninin tek bir tablosundaki verileri temizleme isteğinin gövdesini açıklar

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ComponentPurgeResponse>

Geri çağırma

purge(string, string, ComponentPurgeBody, ServiceCallback<ComponentPurgeResponse>)

function purge(resourceGroupName: string, resourceName: string, body: ComponentPurgeBody, callback: ServiceCallback<ComponentPurgeResponse>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

body
ComponentPurgeBody

Application Insights bileşeninin tek bir tablosundaki verileri temizleme isteğinin gövdesini açıklar

callback

ServiceCallback<ComponentPurgeResponse>

Geri çağırma

updateTags(string, string, TagsResource, RequestOptionsBase)

Mevcut bir bileşenin etiketlerini güncelleştirir. Diğer alanları güncelleştirmek için CreateOrUpdate yöntemini kullanın.

function updateTags(resourceGroupName: string, resourceName: string, componentTags: TagsResource, options?: RequestOptionsBase): Promise<ComponentsUpdateTagsResponse>

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

componentTags
TagsResource

Etiket bilgileri bileşen örneğine ayarlı olarak güncelleştirildi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise:<Models.ComponentsUpdateTagsResponse>

updateTags(string, string, TagsResource, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponent>)

function updateTags(resourceGroupName: string, resourceName: string, componentTags: TagsResource, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponent>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

componentTags
TagsResource

Etiket bilgileri bileşen örneğine ayarlı olarak güncelleştirildi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ApplicationInsightsComponent>

Geri çağırma

updateTags(string, string, TagsResource, ServiceCallback<ApplicationInsightsComponent>)

function updateTags(resourceGroupName: string, resourceName: string, componentTags: TagsResource, callback: ServiceCallback<ApplicationInsightsComponent>)

Parametreler

resourceGroupName

string

Kaynak grubunun adı. Ad büyük/küçük harfe duyarsız.

resourceName

string

Application Insights bileşen kaynağının adı.

componentTags
TagsResource

Etiket bilgileri bileşen örneğine ayarlı olarak güncelleştirildi.

callback

ServiceCallback<ApplicationInsightsComponent>

Geri çağırma