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