次の方法で共有


WebAppsOperationsExtensions.CreateOrUpdatePublicCertificateSlotAsync メソッド

定義

アプリのホスト名バインドを作成します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.PublicCertificate> CreateOrUpdatePublicCertificateSlotAsync (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string publicCertificateName, Microsoft.Azure.Management.WebSites.Models.PublicCertificate publicCertificate, string slot, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdatePublicCertificateSlotAsync : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PublicCertificate * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.PublicCertificate>
<Extension()>
Public Function CreateOrUpdatePublicCertificateSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, publicCertificateName As String, publicCertificate As PublicCertificate, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of PublicCertificate)

パラメーター

operations
IWebAppsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが属しているリソース グループの名前。

name
String

アプリの名前。

publicCertificateName
String

パブリック証明書名。

publicCertificate
PublicCertificate

パブリック証明書の詳細。 これは、PublicCertificate オブジェクトの JSON 表現です。

slot
String

デプロイ スロットの名前。 スロットが指定されていない場合、API によって運用スロットのバインドが作成されます。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

説明: アプリのホスト名バインドを作成します。

適用対象