Udostępnij za pośrednictwem


AvsDnsZoneType Struct

Definition

The type of DNS zone.

public readonly struct AvsDnsZoneType : IEquatable<Azure.ResourceManager.Avs.Models.AvsDnsZoneType>
type AvsDnsZoneType = struct
Public Structure AvsDnsZoneType
Implements IEquatable(Of AvsDnsZoneType)
Inheritance
AvsDnsZoneType
Implements

Constructors

AvsDnsZoneType(String)

Initializes a new instance of AvsDnsZoneType.

Properties

Private

Private DNS zone.

Public

Primary DNS zone.

Methods

Equals(AvsDnsZoneType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(AvsDnsZoneType, AvsDnsZoneType)

Determines if two AvsDnsZoneType values are the same.

Implicit(String to AvsDnsZoneType)

Converts a String to a AvsDnsZoneType.

Inequality(AvsDnsZoneType, AvsDnsZoneType)

Determines if two AvsDnsZoneType values are not the same.

Applies to