次の方法で共有


Certificates interface

証明書を表すインターフェイス。

メソッド

createOrUpdate(string, string, Certificate, CertificatesCreateOrUpdateOptionalParams)

証明書の作成または更新に関する説明。

delete(string, string, CertificatesDeleteOptionalParams)

[証明書の削除] の説明。

get(string, string, CertificatesGetOptionalParams)

証明書の取得に関する説明。

list(CertificatesListOptionalParams)

サブスクリプションのすべての証明書を取得する方法の説明。

listByResourceGroup(string, CertificatesListByResourceGroupOptionalParams)

「リソース グループ内のすべての証明書を取得する」の説明。

update(string, string, CertificatePatchResource, CertificatesUpdateOptionalParams)

証明書の作成または更新に関する説明。

メソッドの詳細

createOrUpdate(string, string, Certificate, CertificatesCreateOrUpdateOptionalParams)

証明書の作成または更新に関する説明。

function createOrUpdate(resourceGroupName: string, name: string, certificateEnvelope: Certificate, options?: CertificatesCreateOrUpdateOptionalParams): Promise<Certificate>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

証明書の名前。

certificateEnvelope
Certificate

証明書の詳細 (既に存在する場合)。

options
CertificatesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Certificate>

delete(string, string, CertificatesDeleteOptionalParams)

[証明書の削除] の説明。

function delete(resourceGroupName: string, name: string, options?: CertificatesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

証明書の名前。

options
CertificatesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

get(string, string, CertificatesGetOptionalParams)

証明書の取得に関する説明。

function get(resourceGroupName: string, name: string, options?: CertificatesGetOptionalParams): Promise<Certificate>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

証明書の名前。

options
CertificatesGetOptionalParams

オプション パラメーター。

戻り値

Promise<Certificate>

list(CertificatesListOptionalParams)

サブスクリプションのすべての証明書を取得する方法の説明。

function list(options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<Certificate, Certificate[], PageSettings>

パラメーター

options
CertificatesListOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, CertificatesListByResourceGroupOptionalParams)

「リソース グループ内のすべての証明書を取得する」の説明。

function listByResourceGroup(resourceGroupName: string, options?: CertificatesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Certificate, Certificate[], PageSettings>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

options
CertificatesListByResourceGroupOptionalParams

オプション パラメーター。

戻り値

update(string, string, CertificatePatchResource, CertificatesUpdateOptionalParams)

証明書の作成または更新に関する説明。

function update(resourceGroupName: string, name: string, certificateEnvelope: CertificatePatchResource, options?: CertificatesUpdateOptionalParams): Promise<Certificate>

パラメーター

resourceGroupName

string

リソースが属するリソース グループの名前。

name

string

証明書の名前。

certificateEnvelope
CertificatePatchResource

証明書の詳細 (既に存在する場合)。

options
CertificatesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Certificate>