StorageClassificationMappingCollection.CreateOrUpdate Method

Definition

The operation to create a storage classification mapping.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationStorageClassifications/{storageClassificationName}/replicationStorageClassificationMappings/{storageClassificationMappingName}
  • Operation Id: ReplicationStorageClassificationMappings_Create
  • Default Api Version: 2023-08-01
  • Resource: StorageClassificationMappingResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.StorageClassificationMappingResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string storageClassificationMappingName, Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.StorageClassificationMappingCreateOrUpdateContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.StorageClassificationMappingCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.StorageClassificationMappingResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.StorageClassificationMappingCreateOrUpdateContent * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.RecoveryServicesSiteRecovery.StorageClassificationMappingResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, storageClassificationMappingName As String, content As StorageClassificationMappingCreateOrUpdateContent, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of StorageClassificationMappingResource)

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.

storageClassificationMappingName
String

Storage classification mapping name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

storageClassificationMappingName is an empty string, and was expected to be non-empty.

storageClassificationMappingName or content is null.

Applies to