DrillEndContent(DrillAttestation, String) Constructor
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.
Initializes a new instance of DrillEndContent.
public DrillEndContent(Azure.ResourceManager.ResilienceManagement.Models.DrillAttestation attestation, string attestationNotes);
new Azure.ResourceManager.ResilienceManagement.Models.DrillEndContent : Azure.ResourceManager.ResilienceManagement.Models.DrillAttestation * string -> Azure.ResourceManager.ResilienceManagement.Models.DrillEndContent
Public Sub New (attestation As DrillAttestation, attestationNotes As String)
Parameters
- attestation
- DrillAttestation
Attestation Status.
- attestationNotes
- String
Notes.
Exceptions
attestationNotes is null.