AnalyticsOutputSettings Class
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.
AnalyticsOutputSettings represents the settings for the log analytics workspace used for output of logs from this cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.AnalyticsOutputSettingsTypeConverter))]
public class AnalyticsOutputSettings : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IAnalyticsOutputSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.AnalyticsOutputSettingsTypeConverter))>]
type AnalyticsOutputSettings = class
interface IAnalyticsOutputSettings
interface IJsonSerializable
Public Class AnalyticsOutputSettings
Implements IAnalyticsOutputSettings
- Inheritance
-
AnalyticsOutputSettings
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AnalyticsOutputSettings() |
Creates an new AnalyticsOutputSettings instance. |
Properties
| Name | Description |
|---|---|
| AnalyticsWorkspaceId |
The resource ID of the analytics workspace that is to be used by the specified identity. |
| AssociatedIdentityType |
The type of managed identity that is being selected. |
| AssociatedIdentityUserAssignedIdentityResourceId |
The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AnalyticsOutputSettings. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AnalyticsOutputSettings. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.IAnalyticsOutputSettings. |
| FromJsonString(String) |
Creates a new instance of AnalyticsOutputSettings, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AnalyticsOutputSettings into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |