共用方式為


AllowedEndpointRecordType Struct

Definition

Defines values for AllowedEndpointRecordType.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordTypeConverter))]
public struct AllowedEndpointRecordType : IEquatable<Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.TrafficManager.Models.AllowedEndpointRecordTypeConverter))>]
type AllowedEndpointRecordType = struct
Public Structure AllowedEndpointRecordType
Implements IEquatable(Of AllowedEndpointRecordType)
Inheritance
AllowedEndpointRecordType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

Any
DomainName
IPv4Address
IPv6Address

Methods

Equals(AllowedEndpointRecordType)

Compares enums of type AllowedEndpointRecordType

Equals(Object)

Overrides Equals operator for AllowedEndpointRecordType

GetHashCode()

Returns for hashCode AllowedEndpointRecordType

ToString()

Returns string representation for AllowedEndpointRecordType

Operators

Equality(AllowedEndpointRecordType, AllowedEndpointRecordType)

Overriding == operator for enum AllowedEndpointRecordType

Implicit(AllowedEndpointRecordType to String)

Implicit operator to convert AllowedEndpointRecordType to string

Implicit(String to AllowedEndpointRecordType)

Implicit operator to convert string to AllowedEndpointRecordType

Inequality(AllowedEndpointRecordType, AllowedEndpointRecordType)

Overriding != operator for enum AllowedEndpointRecordType

Applies to