ApplyPatchOperationParamType Struct

Definition

public readonly struct ApplyPatchOperationParamType : IEquatable<Azure.AI.AgentServer.Responses.Models.ApplyPatchOperationParamType>
type ApplyPatchOperationParamType = struct
Public Structure ApplyPatchOperationParamType
Implements IEquatable(Of ApplyPatchOperationParamType)
Inheritance
ApplyPatchOperationParamType
Implements

Constructors

Name Description
ApplyPatchOperationParamType(String)

Initializes a new instance of ApplyPatchOperationParamType.

Properties

Name Description
CreateFile

Gets the CreateFile.

DeleteFile

Gets the DeleteFile.

UpdateFile

Gets the UpdateFile.

Methods

Name Description
Equals(ApplyPatchOperationParamType)

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(ApplyPatchOperationParamType, ApplyPatchOperationParamType)

Determines if two ApplyPatchOperationParamType values are the same.

Implicit(String to ApplyPatchOperationParamType)

Converts a string to a ApplyPatchOperationParamType.

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

Determines if two ApplyPatchOperationParamType values are not the same.

Applies to