共用方式為


CdnResourceType Struct

Definition

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