ConfigurationGroupSchemaResource.UpdateStateAsync 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.
Update configuration group schema state.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridNetwork/publishers/{publisherName}/configurationGroupSchemas/{configurationGroupSchemaName}/updateState
- Operation Id: ConfigurationGroupSchemas_updateState
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupSchemaVersionUpdateState>> UpdateStateAsync (Azure.WaitUntil waitUntil, Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupSchemaVersionUpdateState configurationGroupSchemaVersionUpdateState, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateStateAsync : Azure.WaitUntil * Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupSchemaVersionUpdateState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupSchemaVersionUpdateState>>
override this.UpdateStateAsync : Azure.WaitUntil * Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupSchemaVersionUpdateState * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.HybridNetwork.Models.ConfigurationGroupSchemaVersionUpdateState>>
Public Overridable Function UpdateStateAsync (waitUntil As WaitUntil, configurationGroupSchemaVersionUpdateState As ConfigurationGroupSchemaVersionUpdateState, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of ConfigurationGroupSchemaVersionUpdateState))
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.
- configurationGroupSchemaVersionUpdateState
- ConfigurationGroupSchemaVersionUpdateState
Parameters supplied to update the state of configuration group schema.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
configurationGroupSchemaVersionUpdateState
is null.
Applies to
Azure SDK for .NET