共用方式為


WebAppsOperationsExtensions.CreateOrUpdatePublicCertificateAsync Method

Definition

Creates a hostname binding for an app.

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

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the app.

publicCertificateName
String

Public certificate name.

publicCertificate
PublicCertificate

Public certificate details. This is the JSON representation of a PublicCertificate object.

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Description for Creates a hostname binding for an app.

Applies to