你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FabricClient.PropertyManagementClient.DeletePropertyAsync Method

Definition

Overloads

DeletePropertyAsync(Uri, String)

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

Parameters

parentName
System.Uri
propertyName
System.String

Returns

System.Threading.Tasks.Task

Applies to

DeletePropertyAsync(Uri, String, TimeSpan, CancellationToken)

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

Parameters

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

Returns

System.Threading.Tasks.Task

Applies to