ArmDnsModelFactory.DelegationSignerInfo Method
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 DelegationSignerInfo.
public static Azure.ResourceManager.Dns.Models.DelegationSignerInfo DelegationSignerInfo (int? digestAlgorithmType = default, string digestValue = default, string record = default);
static member DelegationSignerInfo : Nullable<int> * string * string -> Azure.ResourceManager.Dns.Models.DelegationSignerInfo
Public Shared Function DelegationSignerInfo (Optional digestAlgorithmType As Nullable(Of Integer) = Nothing, Optional digestValue As String = Nothing, Optional record As String = Nothing) As DelegationSignerInfo
Parameters
The digest algorithm type represents the standard digest algorithm number used to construct the digest. See: https://www.iana.org/assignments/ds-rr-types/ds-rr-types.xhtml.
- digestValue
- String
The digest value is a cryptographic hash value of the referenced DNSKEY Resource Record.
- record
- String
The record represents a delegation signer (DS) record.
Returns
A new DelegationSignerInfo instance for mocking.
Applies to
Azure SDK for .NET