DiagnosticStorageProperties(AuthenticationType, String) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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)
Parâmetros
- authenticationType
- AuthenticationType
Tipo de autenticação.
- resourceId
- String
ResourceId da conta de armazenamento de diagnóstico.
Exceções
resourceId
é nulo.