Compartilhar via


TroubleshootingContent(ResourceIdentifier, ResourceIdentifier, Uri) Construtor

Definição

Inicializa uma nova instância de TroubleshootingContent.

public TroubleshootingContent (Azure.Core.ResourceIdentifier targetResourceId, Azure.Core.ResourceIdentifier storageId, Uri storageUri);
new Azure.ResourceManager.Network.Models.TroubleshootingContent : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Uri -> Azure.ResourceManager.Network.Models.TroubleshootingContent
Public Sub New (targetResourceId As ResourceIdentifier, storageId As ResourceIdentifier, storageUri As Uri)

Parâmetros

targetResourceId
ResourceIdentifier

O recurso de destino a ser solucionado.

storageId
ResourceIdentifier

A ID da conta de armazenamento para salvar o resultado da solução de problemas.

storageUri
Uri

O caminho para o blob no qual salvar o resultado da solução de problemas.

Exceções

targetResourceId, storageId ou storageUri é nulo.

Aplica-se a