Compartilhar via


PublicMonitoringConfiguration.StorageAccount Propriedade

 

Opcional. O nome da conta de armazenamento do Azure para armazenar os dados.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (em Microsoft.Azure.Insights.dll)

Sintaxe

public string StorageAccount { get; set; }
public:
property String^ StorageAccount {
    String^ get();
    void set(String^ value);
}
member StorageAccount : string with get, set
Public Property StorageAccount As String

Valor de propriedade

Type: System.String

Consulte também

Classe PublicMonitoringConfiguration
Namespace Microsoft.Azure.Management.Insights.Models

Retornar ao topo