BuildsOperations interface

Interface representing a Builds operations.

Properties

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginDelete
beginDeleteAndWait
createOrUpdate

Create a BuildResource

delete

Delete a BuildResource

get

Get a BuildResource

Property Details

beginCreateOrUpdate

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BuildResource>, BuildResource>>

Property Value

(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<BuildResource>, BuildResource>>

beginCreateOrUpdateAndWait

Warning

This API is now deprecated.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams) => Promise<BuildResource>

Property Value

(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams) => Promise<BuildResource>

beginDelete

Warning

This API is now deprecated.

use delete instead

beginDelete: (resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Property Value

(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginDeleteAndWait

Warning

This API is now deprecated.

use delete instead

beginDeleteAndWait: (resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams) => Promise<void>

createOrUpdate

Create a BuildResource

createOrUpdate: (resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BuildResource>, BuildResource>

Property Value

(resourceGroupName: string, builderName: string, buildName: string, buildEnvelope: BuildResource, options?: BuildsCreateOrUpdateOptionalParams) => PollerLike<OperationState<BuildResource>, BuildResource>

delete

Delete a BuildResource

delete: (resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get a BuildResource

get: (resourceGroupName: string, builderName: string, buildName: string, options?: BuildsGetOptionalParams) => Promise<BuildResource>

Property Value

(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsGetOptionalParams) => Promise<BuildResource>