你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ServiceClientAdapter.RemoveProtectionPolicy 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
RemoveProtectionPolicy(String) | |
RemoveProtectionPolicy(String, String, String) |
Deletes protection policy from the vault specified by the name |
RemoveProtectionPolicy(String)
public Microsoft.Rest.Azure.AzureOperationResponse RemoveProtectionPolicy (string policyName);
member this.RemoveProtectionPolicy : string -> Microsoft.Rest.Azure.AzureOperationResponse
Public Function RemoveProtectionPolicy (policyName As String) As AzureOperationResponse
Parameters
- policyName
- String
Returns
Applies to
RemoveProtectionPolicy(String, String, String)
Deletes protection policy from the vault specified by the name
public Microsoft.Rest.Azure.AzureOperationResponse RemoveProtectionPolicy (string policyName, string vaultName = default, string resourceGroupName = default);
member this.RemoveProtectionPolicy : string * string * string -> Microsoft.Rest.Azure.AzureOperationResponse
Public Function RemoveProtectionPolicy (policyName As String, Optional vaultName As String = Nothing, Optional resourceGroupName As String = Nothing) As AzureOperationResponse
Parameters
- policyName
- String
Name of the policy to be deleted
- vaultName
- String
- resourceGroupName
- String
Returns
Default azure operation response