Udostępnij za pośrednictwem


ArmDnsModelFactory.DelegationSignerInfo Method

Definition

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

digestAlgorithmType
Nullable<Int32>

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