次の方法で共有


CertificateOperations interface

CertificateOperations を表すインターフェイス。

メソッド

beginDelete(string, string, string, CertificateDeleteOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

beginDeleteAndWait(string, string, string, CertificateDeleteOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

cancelDeletion(string, string, string, CertificateCancelDeletionOptionalParams)

プールまたはコンピューティング ノードで使用されている証明書を削除しようとすると、証明書の状態が deleteFailed に変わります。 証明書を使用し続けることに決めた場合は、この操作を実行して、証明書のステータスを再度アクティブに設定することができます。 証明書を削除する場合は、削除が失敗した後、この操作を実行する必要はありません。 証明書がどのリソースでも使用されていないことを確認したら、証明書の削除を再試行することができます。

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

create(string, string, string, CertificateCreateOrUpdateParameters, CertificateCreateOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

get(string, string, string, CertificateGetOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

listByBatchAccount(string, string, CertificateListByBatchAccountOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

update(string, string, string, CertificateCreateOrUpdateParameters, CertificateUpdateOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

メソッドの詳細

beginDelete(string, string, string, CertificateDeleteOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

function beginDelete(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

certificateName

string

証明書の識別子。 これは、ダッシュで区切られたアルゴリズムと拇印で構成され、要求内の証明書データと一致する必要があります。 たとえば、SHA1-a3d1c5 です。

options
CertificateDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait(string, string, string, CertificateDeleteOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

function beginDeleteAndWait(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

certificateName

string

証明書の識別子。 これは、ダッシュで区切られたアルゴリズムと拇印で構成され、要求内の証明書データと一致する必要があります。 たとえば、SHA1-a3d1c5 です。

options
CertificateDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

cancelDeletion(string, string, string, CertificateCancelDeletionOptionalParams)

プールまたはコンピューティング ノードで使用されている証明書を削除しようとすると、証明書の状態が deleteFailed に変わります。 証明書を使用し続けることに決めた場合は、この操作を実行して、証明書のステータスを再度アクティブに設定することができます。 証明書を削除する場合は、削除が失敗した後、この操作を実行する必要はありません。 証明書がどのリソースでも使用されていないことを確認したら、証明書の削除を再試行することができます。

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

function cancelDeletion(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateCancelDeletionOptionalParams): Promise<CertificateCancelDeletionResponse>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

certificateName

string

証明書の識別子。 これは、ダッシュで区切られたアルゴリズムと拇印で構成され、要求内の証明書データと一致する必要があります。 たとえば、SHA1-a3d1c5 です。

options
CertificateCancelDeletionOptionalParams

options パラメーター。

戻り値

create(string, string, string, CertificateCreateOrUpdateParameters, CertificateCreateOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

function create(resourceGroupName: string, accountName: string, certificateName: string, parameters: CertificateCreateOrUpdateParameters, options?: CertificateCreateOptionalParams): Promise<CertificateCreateResponse>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

certificateName

string

証明書の識別子。 これは、ダッシュで区切られたアルゴリズムと拇印で構成され、要求内の証明書データと一致する必要があります。 たとえば、SHA1-a3d1c5 です。

parameters
CertificateCreateOrUpdateParameters

証明書を作成するための追加のパラメーター。

options
CertificateCreateOptionalParams

options パラメーター。

戻り値

get(string, string, string, CertificateGetOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

function get(resourceGroupName: string, accountName: string, certificateName: string, options?: CertificateGetOptionalParams): Promise<CertificateGetResponse>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

certificateName

string

証明書の識別子。 これは、ダッシュで区切られたアルゴリズムと拇印で構成され、要求内の証明書データと一致する必要があります。 たとえば、SHA1-a3d1c5 です。

options
CertificateGetOptionalParams

options パラメーター。

戻り値

listByBatchAccount(string, string, CertificateListByBatchAccountOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

function listByBatchAccount(resourceGroupName: string, accountName: string, options?: CertificateListByBatchAccountOptionalParams): PagedAsyncIterableIterator<Certificate, Certificate[], PageSettings>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

options
CertificateListByBatchAccountOptionalParams

options パラメーター。

戻り値

update(string, string, string, CertificateCreateOrUpdateParameters, CertificateUpdateOptionalParams)

警告: この操作は非推奨であり、2024 年 2 月以降に削除されます。 代わりに Azure KeyVault 拡張機能 を使用してください。

function update(resourceGroupName: string, accountName: string, certificateName: string, parameters: CertificateCreateOrUpdateParameters, options?: CertificateUpdateOptionalParams): Promise<CertificateUpdateResponse>

パラメーター

resourceGroupName

string

Batch アカウントを含むリソース グループの名前。

accountName

string

Batch アカウントの名前。

certificateName

string

証明書の識別子。 これは、ダッシュで区切られたアルゴリズムと拇印で構成され、要求内の証明書データと一致する必要があります。 たとえば、SHA1-a3d1c5 です。

parameters
CertificateCreateOrUpdateParameters

更新する証明書エンティティ。

options
CertificateUpdateOptionalParams

options パラメーター。

戻り値