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

LinkedStorageAccountsProperties Class

Definition

An Application Insights component linked storage account

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.LinkedStorageAccountsPropertiesTypeConverter))]
public class LinkedStorageAccountsProperties : Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.ILinkedStorageAccountsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.LinkedStorageAccountsPropertiesTypeConverter))>]
type LinkedStorageAccountsProperties = class
    interface ILinkedStorageAccountsProperties
    interface IJsonSerializable
Public Class LinkedStorageAccountsProperties
Implements ILinkedStorageAccountsProperties
Inheritance
LinkedStorageAccountsProperties
Attributes
Implements

Constructors

LinkedStorageAccountsProperties()

Creates an new LinkedStorageAccountsProperties instance.

Properties

LinkedStorageAccount

Linked storage account resource ID

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LinkedStorageAccountsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LinkedStorageAccountsProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Models.Api20200301Preview.ILinkedStorageAccountsProperties.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LinkedStorageAccountsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to