AzureMonitorRequest 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
AzureMonitorRequest() |
Initializes a new instance of the AzureMonitorRequest class. |
AzureMonitorRequest(String, String, AzureMonitorSelectedConfigurations) |
Initializes a new instance of the AzureMonitorRequest class. |
AzureMonitorRequest()
Initializes a new instance of the AzureMonitorRequest class.
public AzureMonitorRequest ();
Public Sub New ()
Applies to
AzureMonitorRequest(String, String, AzureMonitorSelectedConfigurations)
Initializes a new instance of the AzureMonitorRequest class.
public AzureMonitorRequest (string workspaceId = default, string primaryKey = default, Microsoft.Azure.Management.HDInsight.Models.AzureMonitorSelectedConfigurations selectedConfigurations = default);
new Microsoft.Azure.Management.HDInsight.Models.AzureMonitorRequest : string * string * Microsoft.Azure.Management.HDInsight.Models.AzureMonitorSelectedConfigurations -> Microsoft.Azure.Management.HDInsight.Models.AzureMonitorRequest
Public Sub New (Optional workspaceId As String = Nothing, Optional primaryKey As String = Nothing, Optional selectedConfigurations As AzureMonitorSelectedConfigurations = Nothing)
Parameters
- workspaceId
- String
The Log Analytics workspace ID.
- primaryKey
- String
The Log Analytics workspace key.
- selectedConfigurations
- AzureMonitorSelectedConfigurations
The selected configurations.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET