Share via


ContainerAppConnectedEnvironmentStorageCollection.CreateOrUpdate Method

Definition

Create or update storage for a connectedEnvironment.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/connectedEnvironments/{connectedEnvironmentName}/storages/{storageName}
  • Operation Id: ConnectedEnvironmentsStorages_CreateOrUpdate
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentStorageResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string storageName, Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentStorageData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentStorageData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentStorageResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentStorageData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.AppContainers.ContainerAppConnectedEnvironmentStorageResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, storageName As String, data As ContainerAppConnectedEnvironmentStorageData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of ContainerAppConnectedEnvironmentStorageResource)

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.

storageName
String

Name of the storage.

data
ContainerAppConnectedEnvironmentStorageData

Configuration details of storage.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

storageName or data is null.

Applies to