Share via


FabricClient.PropertyManagementClient.PutPropertyAsync Method

Definition

Overloads

PutPropertyAsync(Uri, String, Byte[])

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, byte[] value);
member this.PutPropertyAsync : Uri * string * byte[] -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As Byte()) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.Byte[]

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, Double)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, double value);
member this.PutPropertyAsync : Uri * string * double -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As Double) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.Double

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, Guid)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, Guid value);
member this.PutPropertyAsync : Uri * string * Guid -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As Guid) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.Guid

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, Int64)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, long value);
member this.PutPropertyAsync : Uri * string * int64 -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As Long) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.Int64

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, String)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, string value);
member this.PutPropertyAsync : Uri * string * string -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As String) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.String

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, Byte[], TimeSpan, CancellationToken)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, byte[] value, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.PutPropertyAsync : Uri * string * byte[] * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As Byte(), timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.Byte[]
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, Double, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, double value, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.PutPropertyAsync : Uri * string * double * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As Double, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.Double
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, Guid, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, Guid value, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.PutPropertyAsync : Uri * string * Guid * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As Guid, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.Guid
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, Int64, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, long value, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.PutPropertyAsync : Uri * string * int64 * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As Long, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.Int64
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to

PutPropertyAsync(Uri, String, String, TimeSpan, CancellationToken)

public System.Threading.Tasks.Task PutPropertyAsync(Uri parentName, string propertyName, string value, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.PutPropertyAsync : Uri * string * string * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function PutPropertyAsync (parentName As Uri, propertyName As String, value As String, timeout As TimeSpan, cancellationToken As CancellationToken) As Task

Parameters

parentName
System.Uri
propertyName
System.String
value
System.String
timeout
System.TimeSpan
cancellationToken
System.Threading.CancellationToken

Returns

System.Threading.Tasks.Task

Applies to