你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Gen2StorageConfigurationMutableProperties Class

Definition

The storage configuration provides the connection details that allows the Time Series Insights service to connect to the customer storage account that is used to store the environment's data.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen2StorageConfigurationMutablePropertiesTypeConverter))]
public class Gen2StorageConfigurationMutableProperties : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen2StorageConfigurationMutableProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.Gen2StorageConfigurationMutablePropertiesTypeConverter))>]
type Gen2StorageConfigurationMutableProperties = class
    interface IGen2StorageConfigurationMutableProperties
    interface IJsonSerializable
Public Class Gen2StorageConfigurationMutableProperties
Implements IGen2StorageConfigurationMutableProperties
Inheritance
Gen2StorageConfigurationMutableProperties
Attributes
Implements

Constructors

Gen2StorageConfigurationMutableProperties()

Creates an new Gen2StorageConfigurationMutableProperties instance.

Properties

ManagementKey

The value of the management key that grants the Time Series Insights service write access to the storage account. This property is not shown in environment responses.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Gen2StorageConfigurationMutableProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Gen2StorageConfigurationMutableProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IGen2StorageConfigurationMutableProperties.

FromJsonString(String)

Creates a new instance of Gen2StorageConfigurationMutableProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Gen2StorageConfigurationMutableProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to