WebAppsOperationsExtensions.CreateOrUpdatePublicCertificateSlot Method

Definition

Creates a hostname binding for an app.

public static Microsoft.Azure.Management.WebSites.Models.PublicCertificate CreateOrUpdatePublicCertificateSlot (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, string publicCertificateName, Microsoft.Azure.Management.WebSites.Models.PublicCertificate publicCertificate, string slot);
static member CreateOrUpdatePublicCertificateSlot : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * string * Microsoft.Azure.Management.WebSites.Models.PublicCertificate * string -> Microsoft.Azure.Management.WebSites.Models.PublicCertificate
<Extension()>
Public Function CreateOrUpdatePublicCertificateSlot (operations As IWebAppsOperations, resourceGroupName As String, name As String, publicCertificateName As String, publicCertificate As PublicCertificate, slot As String) As 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.

slot
String

Name of the deployment slot. If a slot is not specified, the API will create a binding for the production slot.

Returns

Remarks

Description for Creates a hostname binding for an app.

Applies to