Patchable<T> Class
JSON formatter for PATCH syntax.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Patchable<T>
Syntax
public class Patchable<T>
generic<typename T>
public ref class Patchable
type Patchable<'T> = class end
Public Class Patchable(Of T)
Type Parameters
- T
Value to patch.
Constructors
Name | Description | |
---|---|---|
Patchable<T>() |
Properties
Name | Description | |
---|---|---|
IsIncluded | Gets a value indicating whether the value is set. |
|
Value | Gets the patch value. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Set(T) | Sets operation to SET and returns instance of the object. |
|
ToString() | Returns formatted PATCH script.(Overrides Object.ToString().) |
Operators
Name | Description | |
---|---|---|
Implicit(T to Patchable<T>) | Implicit operator that converts T to Patchable T. |
|
Implicit(Patchable<T> to T) | Implicit operator that converts Patchable T to T. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure Namespace
Return to top