Patchable<T>.ToString Method ()

 

Returns formatted PATCH script.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public override string ToString()
public:
virtual String^ ToString() override
override ToString : unit -> string
Public Overrides Function ToString As String

Return Value

Type: System.String

Formatted PATCH script.

See Also

Patchable<T> Class
Microsoft.WindowsAzure Namespace

Return to top