Share via


EnvironmentOperations interface

Interface representing a Environment operations.

Properties

beginDelete
beginDeleteAndWait
createOrUpdate

Create confluent environment

delete

Property Details

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, organizationName: string, environmentId: string, options?: EnvironmentDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, organizationName: string, environmentId: string, options?: EnvironmentDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, organizationName: string, environmentId: string, options?: EnvironmentDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, organizationName: string, environmentId: string, options?: EnvironmentDeleteOptionalParams) => Promise<void>

createOrUpdate

Create confluent environment

createOrUpdate: (resourceGroupName: string, organizationName: string, environmentId: string, options?: EnvironmentCreateOrUpdateOptionalParams) => Promise<SCEnvironmentRecord>

Property Value

(resourceGroupName: string, organizationName: string, environmentId: string, options?: EnvironmentCreateOrUpdateOptionalParams) => Promise<SCEnvironmentRecord>

delete

delete: (resourceGroupName: string, organizationName: string, environmentId: string, options?: EnvironmentDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, organizationName: string, environmentId: string, options?: EnvironmentDeleteOptionalParams) => PollerLike<OperationState<void>, void>