Udostępnij za pośrednictwem


AllowedEndpointRecordType Struct

Definition

The allowed type DNS record types for this profile.

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

Constructors

AllowedEndpointRecordType(String)

Initializes a new instance of AllowedEndpointRecordType.

Properties

Any

Any.

DomainName

DomainName.

IPv4Address

IPv4Address.

IPv6Address

IPv6Address.

Methods

Equals(AllowedEndpointRecordType)

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(AllowedEndpointRecordType, AllowedEndpointRecordType)

Determines if two AllowedEndpointRecordType values are the same.

Implicit(String to AllowedEndpointRecordType)

Converts a string to a AllowedEndpointRecordType.

Inequality(AllowedEndpointRecordType, AllowedEndpointRecordType)

Determines if two AllowedEndpointRecordType values are not the same.

Applies to