Partager via


IWebAppsOperations.CreateOrUpdateSlotWithHttpMessagesAsync Method

Definition

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Site>> CreateOrUpdateSlotWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Site siteEnvelope, string slot, bool? skipDnsRegistration = default, bool? skipCustomDomainVerification = default, bool? forceDnsRegistration = default, string ttlInSeconds = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateSlotWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Site * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.Site>>
Public Function CreateOrUpdateSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, siteEnvelope As Site, slot As String, Optional skipDnsRegistration As Nullable(Of Boolean) = Nothing, Optional skipCustomDomainVerification As Nullable(Of Boolean) = Nothing, Optional forceDnsRegistration As Nullable(Of Boolean) = Nothing, Optional ttlInSeconds As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of Site))

Parameters

resourceGroupName
String
name
String
siteEnvelope
Site
slot
String
skipDnsRegistration
Nullable<Boolean>
skipCustomDomainVerification
Nullable<Boolean>
forceDnsRegistration
Nullable<Boolean>
ttlInSeconds
String
customHeaders
Dictionary<String,List<String>>
cancellationToken
CancellationToken

Returns

Applies to