ManagementCertificateOperationsExtensions.Delete 方法 (IManagementCertificateOperations, String)
从订阅中删除管理证书。
命名空间: Microsoft.WindowsAzure.Management
程序集: Microsoft.WindowsAzure.Management(Microsoft.WindowsAzure.Management.dll 中)
语法
public static AzureOperationResponse Delete(
this IManagementCertificateOperations operations,
string thumbprint
)
public:
[ExtensionAttribute]
static AzureOperationResponse^ Delete(
IManagementCertificateOperations^ operations,
String^ thumbprint
)
static member Delete :
operations:IManagementCertificateOperations *
thumbprint:string -> AzureOperationResponse
<ExtensionAttribute>
Public Shared Function Delete (
operations As IManagementCertificateOperations,
thumbprint As String
) As AzureOperationResponse
参数
operations
Type: Microsoft.WindowsAzure.Management.IManagementCertificateOperationsIManagementCertificateOperations 指定的操作的对象。
thumbprint
Type: System.String要删除的证书的指纹。
返回值
Type: Microsoft.Azure.AzureOperationResponse
OperationResponse 对象,包括 HTTP 状态代码和请求 id。
备注
有关删除管理证书的详细信息,请参阅 Delete Management Certificate。
请参阅
ManagementCertificateOperationsExtensions 类
Microsoft.WindowsAzure.Management 命名空间
返回页首