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

DiagnosticStorageProperties(AuthenticationType, String) 构造函数

定义

初始化 DiagnosticStorageProperties 的新实例。

public DiagnosticStorageProperties (Azure.ResourceManager.DeviceUpdate.Models.AuthenticationType authenticationType, string resourceId);
new Azure.ResourceManager.DeviceUpdate.Models.DiagnosticStorageProperties : Azure.ResourceManager.DeviceUpdate.Models.AuthenticationType * string -> Azure.ResourceManager.DeviceUpdate.Models.DiagnosticStorageProperties
Public Sub New (authenticationType As AuthenticationType, resourceId As String)

参数

authenticationType
AuthenticationType

身份验证类型。

resourceId
String

诊断存储帐户的 ResourceId。

例外

resourceId 为 null。

适用于