次の方法で共有


Certificates interface

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

メソッド

beginCreateOrUpdate(string, string, string, CertificateResource, CertificatesCreateOrUpdateOptionalParams)

証明書リソースを作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, CertificateResource, CertificatesCreateOrUpdateOptionalParams)

証明書リソースを作成または更新します。

beginDelete(string, string, string, CertificatesDeleteOptionalParams)

証明書リソースを削除します。

beginDeleteAndWait(string, string, string, CertificatesDeleteOptionalParams)

証明書リソースを削除します。

get(string, string, string, CertificatesGetOptionalParams)

証明書リソースを取得します。

list(string, string, CertificatesListOptionalParams)

1 人のユーザーのすべての証明書を一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, CertificateResource, CertificatesCreateOrUpdateOptionalParams)

証明書リソースを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, certificateName: string, certificateResource: CertificateResource, options?: CertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CertificateResource>, CertificateResource>>

パラメーター

resourceGroupName

string

リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

certificateName

string

証明書リソースの名前。

certificateResource
CertificateResource

作成または更新操作のパラメーター

options
CertificatesCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, string, CertificateResource, CertificatesCreateOrUpdateOptionalParams)

証明書リソースを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, certificateName: string, certificateResource: CertificateResource, options?: CertificatesCreateOrUpdateOptionalParams): Promise<CertificateResource>

パラメーター

resourceGroupName

string

リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

certificateName

string

証明書リソースの名前。

certificateResource
CertificateResource

作成または更新操作のパラメーター

options
CertificatesCreateOrUpdateOptionalParams

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

戻り値

beginDelete(string, string, string, CertificatesDeleteOptionalParams)

証明書リソースを削除します。

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

パラメーター

resourceGroupName

string

リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

certificateName

string

証明書リソースの名前。

options
CertificatesDeleteOptionalParams

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

戻り値

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

beginDeleteAndWait(string, string, string, CertificatesDeleteOptionalParams)

証明書リソースを削除します。

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

certificateName

string

証明書リソースの名前。

options
CertificatesDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, CertificatesGetOptionalParams)

証明書リソースを取得します。

function get(resourceGroupName: string, serviceName: string, certificateName: string, options?: CertificatesGetOptionalParams): Promise<CertificateResource>

パラメーター

resourceGroupName

string

リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

certificateName

string

証明書リソースの名前。

options
CertificatesGetOptionalParams

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

戻り値

list(string, string, CertificatesListOptionalParams)

1 人のユーザーのすべての証明書を一覧表示します。

function list(resourceGroupName: string, serviceName: string, options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<CertificateResource, CertificateResource[], PageSettings>

パラメーター

resourceGroupName

string

リソースを含むリソース グループの名前。 この値は、Azure Resource Manager API またはポータルから取得できます。

serviceName

string

サービス リソースの名前。

options
CertificatesListOptionalParams

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

戻り値