ConnectedEnvironmentsStoragesOperations interface

Interface representing a ConnectedEnvironmentsStorages operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create or update storage for a connectedEnvironment.

delete

Delete storage for a connectedEnvironment.

get

Get storage for a connectedEnvironment.

list

Get all storages for a connectedEnvironment.

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, connectedEnvironmentName: string, storageName: string, storageEnvelope: ConnectedEnvironmentStorage, options?: ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ConnectedEnvironmentStorage>, ConnectedEnvironmentStorage>>

Property Value

(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, storageEnvelope: ConnectedEnvironmentStorage, options?: ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ConnectedEnvironmentStorage>, ConnectedEnvironmentStorage>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, connectedEnvironmentName: string, storageName: string, storageEnvelope: ConnectedEnvironmentStorage, options?: ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams) => Promise<ConnectedEnvironmentStorage>

Property Value

(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, storageEnvelope: ConnectedEnvironmentStorage, options?: ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams) => Promise<ConnectedEnvironmentStorage>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesDeleteOptionalParams) => Promise<void>

createOrUpdate

Create or update storage for a connectedEnvironment.

createOrUpdate: (resourceGroupName: string, connectedEnvironmentName: string, storageName: string, storageEnvelope: ConnectedEnvironmentStorage, options?: ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ConnectedEnvironmentStorage>, ConnectedEnvironmentStorage>

Property Value

(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, storageEnvelope: ConnectedEnvironmentStorage, options?: ConnectedEnvironmentsStoragesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ConnectedEnvironmentStorage>, ConnectedEnvironmentStorage>

delete

Delete storage for a connectedEnvironment.

delete: (resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get storage for a connectedEnvironment.

get: (resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesGetOptionalParams) => Promise<ConnectedEnvironmentStorage>

Property Value

(resourceGroupName: string, connectedEnvironmentName: string, storageName: string, options?: ConnectedEnvironmentsStoragesGetOptionalParams) => Promise<ConnectedEnvironmentStorage>

list

Get all storages for a connectedEnvironment.

list: (resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsStoragesListOptionalParams) => Promise<ConnectedEnvironmentStoragesCollection>

Property Value

(resourceGroupName: string, connectedEnvironmentName: string, options?: ConnectedEnvironmentsStoragesListOptionalParams) => Promise<ConnectedEnvironmentStoragesCollection>