你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceClientAdapter.DeleteProtectedItem Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DeleteProtectedItem(String, String, String, String, String, String) |
Deletes a protected item |
DeleteProtectedItem(String, String) |
DeleteProtectedItem(String, String, String, String, String, String)
Deletes a protected item
public Microsoft.Rest.Azure.AzureOperationResponse DeleteProtectedItem (string containerName, string protectedItemName, string vaultName = default, string resourceGroupName = default, string auxiliaryAccessToken = default, string protectedItemUri = default);
member this.DeleteProtectedItem : string * string * string * string * string * string -> Microsoft.Rest.Azure.AzureOperationResponse
Public Function DeleteProtectedItem (containerName As String, protectedItemName As String, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing, Optional auxiliaryAccessToken As String = Nothing, Optional protectedItemUri As String = Nothing) As AzureOperationResponse
Parameters
- containerName
- String
Name of the container which this item belongs to
- protectedItemName
- String
Name of the item
- vaultName
- String
- resourceGroupName
- String
- auxiliaryAccessToken
- String
- protectedItemUri
- String
Returns
Job created in the service for this operation
Applies to
DeleteProtectedItem(String, String)
public Microsoft.Rest.Azure.AzureOperationResponse DeleteProtectedItem (string containerName, string protectedItemName);
member this.DeleteProtectedItem : string * string -> Microsoft.Rest.Azure.AzureOperationResponse
Public Function DeleteProtectedItem (containerName As String, protectedItemName As String) As AzureOperationResponse
Parameters
- containerName
- String
- protectedItemName
- String