Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets operation to SET and returns instance of the object.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)
Syntax
public Patchable<T> Set(
T value
)
public:
Patchable<T>^ Set(
T value
)
member Set :
value:'T -> Patchable<'T>
Public Function Set (
value As T
) As Patchable(Of T)
Parameters
value
Type: TValue to patch.
Return Value
Type: Microsoft.WindowsAzure.Patchable<T>
Instance of the object.
See Also
Patchable<T> Class
Microsoft.WindowsAzure Namespace
Return to top