CdnResourceType 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.
Type of CDN resource used in CheckNameAvailability.
public readonly struct CdnResourceType : IEquatable<Azure.ResourceManager.Cdn.Models.CdnResourceType>
type CdnResourceType = struct
Public Structure CdnResourceType
Implements IEquatable(Of CdnResourceType)
- Inheritance
-
CdnResourceType
- Implements
Constructors
CdnResourceType(String) |
Initializes a new instance of CdnResourceType. |
Properties
Endpoints |
Microsoft.Cdn/Profiles/Endpoints. |
FrontDoorEndpoints |
Microsoft.Cdn/Profiles/AfdEndpoints. |
Methods
Equals(CdnResourceType) |
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(CdnResourceType, CdnResourceType) |
Determines if two CdnResourceType values are the same. |
Implicit(String to CdnResourceType) |
Converts a string to a CdnResourceType. |
Inequality(CdnResourceType, CdnResourceType) |
Determines if two CdnResourceType values are not the same. |
Applies to
Azure SDK for .NET