AppInsightsReference 생성자

정의

오버로드

AppInsightsReference()

AppInsightsReference 클래스의 새 instance 초기화합니다.

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

AppInsightsReference 클래스의 새 instance 초기화합니다.

AppInsightsReference()

AppInsightsReference 클래스의 새 instance 초기화합니다.

public AppInsightsReference ();
Public Sub New ()

적용 대상

AppInsightsReference(ResourceId, String, KeyVaultSecretReference)

AppInsightsReference 클래스의 새 instance 초기화합니다.

public AppInsightsReference (Microsoft.Azure.Management.BatchAI.Models.ResourceId component, string instrumentationKey = default, Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference instrumentationKeySecretReference = default);
new Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference : Microsoft.Azure.Management.BatchAI.Models.ResourceId * string * Microsoft.Azure.Management.BatchAI.Models.KeyVaultSecretReference -> Microsoft.Azure.Management.BatchAI.Models.AppInsightsReference
Public Sub New (component As ResourceId, Optional instrumentationKey As String = Nothing, Optional instrumentationKeySecretReference As KeyVaultSecretReference = Nothing)

매개 변수

component
ResourceId

구성 요소 ID입니다.

instrumentationKey
String

계측 키.

instrumentationKeySecretReference
KeyVaultSecretReference

계측 키 KeyVault 비밀 참조입니다.

적용 대상