CdnWebAgentPathType Struct

Definition

The type of the path.

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

Constructors

Name Description
CdnWebAgentPathType(String)

Initializes a new instance of CdnWebAgentPathType.

Properties

Name Description
Chat

Gets the Chat.

McpServer

Gets the McpServer.

Methods

Name Description
Equals(CdnWebAgentPathType)

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

Name Description
Equality(CdnWebAgentPathType, CdnWebAgentPathType)

Determines if two CdnWebAgentPathType values are the same.

Implicit(String to CdnWebAgentPathType)

Converts a string to a CdnWebAgentPathType.

Implicit(String to Nullable<CdnWebAgentPathType>)
Inequality(CdnWebAgentPathType, CdnWebAgentPathType)

Determines if two CdnWebAgentPathType values are not the same.

Applies to