AttestationEvidence Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AttestationEvidence() |
Initializes a new instance of the AttestationEvidence class. |
AttestationEvidence(String, String) |
Initializes a new instance of the AttestationEvidence class. |
AttestationEvidence()
Initializes a new instance of the AttestationEvidence class.
public AttestationEvidence ();
Public Sub New ()
Applies to
AttestationEvidence(String, String)
Initializes a new instance of the AttestationEvidence class.
public AttestationEvidence (string description = default, string sourceUri = default);
new Microsoft.Azure.Management.PolicyInsights.Models.AttestationEvidence : string * string -> Microsoft.Azure.Management.PolicyInsights.Models.AttestationEvidence
Public Sub New (Optional description As String = Nothing, Optional sourceUri As String = Nothing)
Parameters
- description
- String
The description for this piece of evidence.
- sourceUri
- String
The URI location of the evidence.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET