ApplyPatchFileOperationType 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 ApplyPatchFileOperationType : IEquatable<Azure.AI.AgentServer.Responses.Models.ApplyPatchFileOperationType>
type ApplyPatchFileOperationType = struct
Public Structure ApplyPatchFileOperationType
Implements IEquatable(Of ApplyPatchFileOperationType)
- Inheritance
-
ApplyPatchFileOperationType
- Implements
Constructors
| Name | Description |
|---|---|
| ApplyPatchFileOperationType(String) |
Initializes a new instance of ApplyPatchFileOperationType. |
Properties
| Name | Description |
|---|---|
| CreateFile |
Gets the CreateFile. |
| DeleteFile |
Gets the DeleteFile. |
| UpdateFile |
Gets the UpdateFile. |
Methods
| Name | Description |
|---|---|
| Equals(ApplyPatchFileOperationType) |
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(ApplyPatchFileOperationType, ApplyPatchFileOperationType) |
Determines if two ApplyPatchFileOperationType values are the same. |
| Implicit(String to ApplyPatchFileOperationType) |
Converts a string to a ApplyPatchFileOperationType. |
| Implicit(String to Nullable<ApplyPatchFileOperationType>) | |
| Inequality(ApplyPatchFileOperationType, ApplyPatchFileOperationType) |
Determines if two ApplyPatchFileOperationType values are not the same. |