AppPlatformConfigurationServiceCollection.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.
Create the default Application Configuration Service or update the existing Application Configuration Service.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/configurationServices/{configurationServiceName}
- Operation Id: ConfigurationServices_CreateOrUpdate
- Default Api Version: 2022-12-01
- Resource: AppPlatformConfigurationServiceResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string configurationServiceName, Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppPlatform.AppPlatformConfigurationServiceResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, configurationServiceName As String, data As AppPlatformConfigurationServiceData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of AppPlatformConfigurationServiceResource)
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.
- configurationServiceName
- String
The name of Application Configuration Service.
Parameters for the update operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
configurationServiceName
is an empty string, and was expected to be non-empty.
configurationServiceName
or data
is null.