Certificates interface
証明書を表すインターフェイス。
メソッド
begin |
特定の NGINX デプロイの NGINX 証明書を作成または更新する |
begin |
特定の NGINX デプロイの NGINX 証明書を作成または更新する |
begin |
NGINX デプロイから証明書を削除します |
begin |
NGINX デプロイから証明書を削除します |
get(string, string, string, Certificates |
特定の NGINX デプロイの証明書を取得する |
list(string, string, Certificates |
特定の NGINX デプロイのすべての証明書を一覧表示する |
メソッドの詳細
beginCreateOrUpdate(string, string, string, CertificatesCreateOrUpdateOptionalParams)
特定の NGINX デプロイの NGINX 証明書を作成または更新する
function beginCreateOrUpdate(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<NginxCertificate>, NginxCertificate>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- certificateName
-
string
証明書の名前
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<NginxCertificate>, NginxCertificate>>
beginCreateOrUpdateAndWait(string, string, string, CertificatesCreateOrUpdateOptionalParams)
特定の NGINX デプロイの NGINX 証明書を作成または更新する
function beginCreateOrUpdateAndWait(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesCreateOrUpdateOptionalParams): Promise<NginxCertificate>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- certificateName
-
string
証明書の名前
options パラメーター。
戻り値
Promise<NginxCertificate>
beginDelete(string, string, string, CertificatesDeleteOptionalParams)
NGINX デプロイから証明書を削除します
function beginDelete(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- certificateName
-
string
証明書の名前
- options
- CertificatesDeleteOptionalParams
options パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, CertificatesDeleteOptionalParams)
NGINX デプロイから証明書を削除します
function beginDeleteAndWait(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- certificateName
-
string
証明書の名前
- options
- CertificatesDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, string, CertificatesGetOptionalParams)
特定の NGINX デプロイの証明書を取得する
function get(resourceGroupName: string, deploymentName: string, certificateName: string, options?: CertificatesGetOptionalParams): Promise<NginxCertificate>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- certificateName
-
string
証明書の名前
- options
- CertificatesGetOptionalParams
options パラメーター。
戻り値
Promise<NginxCertificate>
list(string, string, CertificatesListOptionalParams)
特定の NGINX デプロイのすべての証明書を一覧表示する
function list(resourceGroupName: string, deploymentName: string, options?: CertificatesListOptionalParams): PagedAsyncIterableIterator<NginxCertificate, NginxCertificate[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- deploymentName
-
string
ターゲット NGINX デプロイの名前
- options
- CertificatesListOptionalParams
options パラメーター。