ApplyPatchOperationParamType 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.
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. |