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

IApplicationInsightsIdentity.StorageType Property

Definition

The type of the Application Insights component data source for the linked storage account.

[Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="The type of the Application Insights component data source for the linked storage account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType) }, ReadOnly=false, Required=false, SerializedName="storageType")]
public Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType? StorageType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Runtime.Info(Description="The type of the Application Insights component data source for the linked storage account.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType) }, ReadOnly=false, Required=false, SerializedName="storageType")>]
member this.StorageType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.ApplicationInsights.Support.StorageType> with get, set
Public Property StorageType As Nullable(Of StorageType)

Property Value

Attributes

Applies to