次の方法で共有


WebPubSubCustomCertificates interface

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

メソッド

beginCreateOrUpdate(string, string, string, CustomCertificate, WebPubSubCustomCertificatesCreateOrUpdateOptionalParams)

カスタム証明書を作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, CustomCertificate, WebPubSubCustomCertificatesCreateOrUpdateOptionalParams)

カスタム証明書を作成または更新します。

delete(string, string, string, WebPubSubCustomCertificatesDeleteOptionalParams)

カスタム証明書を削除します。

get(string, string, string, WebPubSubCustomCertificatesGetOptionalParams)

カスタム証明書を取得します。

list(string, string, WebPubSubCustomCertificatesListOptionalParams)

すべてのカスタム証明書を一覧表示します。

メソッドの詳細

beginCreateOrUpdate(string, string, string, CustomCertificate, WebPubSubCustomCertificatesCreateOrUpdateOptionalParams)

カスタム証明書を作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: WebPubSubCustomCertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CustomCertificate>, CustomCertificate>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

リソースの名前。

certificateName

string

カスタム証明書名

parameters
CustomCertificate

カスタム証明書。

options
WebPubSubCustomCertificatesCreateOrUpdateOptionalParams

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

戻り値

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

beginCreateOrUpdateAndWait(string, string, string, CustomCertificate, WebPubSubCustomCertificatesCreateOrUpdateOptionalParams)

カスタム証明書を作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, resourceName: string, certificateName: string, parameters: CustomCertificate, options?: WebPubSubCustomCertificatesCreateOrUpdateOptionalParams): Promise<CustomCertificate>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

リソースの名前。

certificateName

string

カスタム証明書名

parameters
CustomCertificate

カスタム証明書。

options
WebPubSubCustomCertificatesCreateOrUpdateOptionalParams

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

戻り値

delete(string, string, string, WebPubSubCustomCertificatesDeleteOptionalParams)

カスタム証明書を削除します。

function delete(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

リソースの名前。

certificateName

string

カスタム証明書名

options
WebPubSubCustomCertificatesDeleteOptionalParams

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

戻り値

Promise<void>

get(string, string, string, WebPubSubCustomCertificatesGetOptionalParams)

カスタム証明書を取得します。

function get(resourceGroupName: string, resourceName: string, certificateName: string, options?: WebPubSubCustomCertificatesGetOptionalParams): Promise<CustomCertificate>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

リソースの名前。

certificateName

string

カスタム証明書名

options
WebPubSubCustomCertificatesGetOptionalParams

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

戻り値

list(string, string, WebPubSubCustomCertificatesListOptionalParams)

すべてのカスタム証明書を一覧表示します。

function list(resourceGroupName: string, resourceName: string, options?: WebPubSubCustomCertificatesListOptionalParams): PagedAsyncIterableIterator<CustomCertificate, CustomCertificate[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

resourceName

string

リソースの名前。

options
WebPubSubCustomCertificatesListOptionalParams

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

戻り値