LinkToDefaultDomain 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.
whether this route will be linked to the default endpoint domain.
public readonly struct LinkToDefaultDomain : IEquatable<Azure.ResourceManager.Cdn.Models.LinkToDefaultDomain>
type LinkToDefaultDomain = struct
Public Structure LinkToDefaultDomain
Implements IEquatable(Of LinkToDefaultDomain)
- Inheritance
-
LinkToDefaultDomain
- Implements
Constructors
LinkToDefaultDomain(String) |
Initializes a new instance of LinkToDefaultDomain. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(LinkToDefaultDomain) |
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(LinkToDefaultDomain, LinkToDefaultDomain) |
Determines if two LinkToDefaultDomain values are the same. |
Implicit(String to LinkToDefaultDomain) |
Converts a string to a LinkToDefaultDomain. |
Inequality(LinkToDefaultDomain, LinkToDefaultDomain) |
Determines if two LinkToDefaultDomain values are not the same. |
Applies to
Azure SDK for .NET