Delen via


HostnameType Struct

Definition

Hostname type.

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

Constructors

HostnameType(String)

Initializes a new instance of HostnameType.

Properties

DeveloperPortal

DeveloperPortal.

Management

Management.

Portal

Portal.

Proxy

Proxy.

Scm

Scm.

Methods

Equals(HostnameType)

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

Determines if two HostnameType values are the same.

Implicit(String to HostnameType)

Converts a string to a HostnameType.

Inequality(HostnameType, HostnameType)

Determines if two HostnameType values are not the same.

Applies to