Compartilhar via


Método Patchable<T>.Set (T)

 

Define a operação de conjunto e retorna a instância do objeto.

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

Sintaxe

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)

Parâmetros

  • value
    Type: T

    Valor de patch.

Valor de retorno

Type: Microsoft.WindowsAzure.Patchable<T>

Instância do objeto.

Consulte também

Classe Patchable<T>
Namespace Microsoft.WindowsAzure

Retornar ao topo