StaticSiteCollection.CreateOrUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Description for Creates a new static site in an existing resource group, or updates an existing static site.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/staticSites/{name}
- Operation Id: StaticSites_CreateOrUpdateStaticSite
- Default Api Version: 2023-12-01
- Resource: StaticSiteResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.StaticSiteResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string name, Azure.ResourceManager.AppService.StaticSiteData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.StaticSiteData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.StaticSiteResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppService.StaticSiteData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppService.StaticSiteResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, name As String, data As StaticSiteData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of StaticSiteResource)
Parameters
- waitUntil
- WaitUntil
Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.
- name
- String
Name of the static site to create or update.
- data
- StaticSiteData
A JSON representation of the staticsite properties. See example.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
name
is an empty string, and was expected to be non-empty.
name
or data
is null.
Applies to
Azure SDK for .NET