NestedResourceTypeSecondSkuCollection.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.
Creates or updates the resource type skus in the given resource type.
- Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/resourcetypeRegistrations/{resourceType}/resourcetypeRegistrations/{nestedResourceTypeFirst}/resourcetypeRegistrations/{nestedResourceTypeSecond}/skus/{sku}
- Operation Id: Skus_CreateOrUpdateNestedResourceTypeSecond
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string sku, Azure.ResourceManager.ProviderHub.ResourceTypeSkuData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ProviderHub.ResourceTypeSkuData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.ProviderHub.ResourceTypeSkuData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.ProviderHub.NestedResourceTypeSecondSkuResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, sku As String, data As ResourceTypeSkuData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of NestedResourceTypeSecondSkuResource)
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.
- sku
- String
The SKU.
- data
- ResourceTypeSkuData
The required body parameters supplied to the resource sku operation.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
sku
is an empty string, and was expected to be non-empty.
sku
or data
is null.
Applies to
Azure SDK for .NET