AppInsightsReference Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AppInsightsReference() |
Initializes a new instance of the AppInsightsReference class. |
AppInsightsReference(ResourceId, String, KeyVaultSecretReference) |
Initializes a new instance of the AppInsightsReference class. |
AppInsightsReference()
Initializes a new instance of the AppInsightsReference class.
public AppInsightsReference ();
Public Sub New ()
Applies to
AppInsightsReference(ResourceId, String, KeyVaultSecretReference)
Initializes a new instance of the AppInsightsReference class.
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)
Parameters
- component
- ResourceId
Component ID.
- instrumentationKey
- String
Instrumentation Key.
- instrumentationKeySecretReference
- KeyVaultSecretReference
Instrumentation key KeyVault Secret reference.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET