HostnameType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ConfigurationApi |
ConfigurationApi. |
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
Azure SDK for .NET