Ixxerja permezz ta’


Builds interface

Interface representing a Builds.

Methods

beginCreateOrUpdate(string, string, string, BuildResource, BuildsCreateOrUpdateOptionalParams)

Create a BuildResource

beginCreateOrUpdateAndWait(string, string, string, BuildResource, BuildsCreateOrUpdateOptionalParams)

Create a BuildResource

beginDelete(string, string, string, BuildsDeleteOptionalParams)

Delete a BuildResource

beginDeleteAndWait(string, string, string, BuildsDeleteOptionalParams)

Delete a BuildResource

get(string, string, string, BuildsGetOptionalParams)

Get a BuildResource

Method Details

beginCreateOrUpdate(string, string, string, BuildResource, BuildsCreateOrUpdateOptionalParams)

Create a BuildResource

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

builderName

string

The name of the builder.

buildName

string

The name of a build.

buildEnvelope
BuildResource

Resource create or update parameters.

options
BuildsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<BuildResource>, BuildResource>>

beginCreateOrUpdateAndWait(string, string, string, BuildResource, BuildsCreateOrUpdateOptionalParams)

Create a BuildResource

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

builderName

string

The name of the builder.

buildName

string

The name of a build.

buildEnvelope
BuildResource

Resource create or update parameters.

options
BuildsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<BuildResource>

beginDelete(string, string, string, BuildsDeleteOptionalParams)

Delete a BuildResource

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

builderName

string

The name of the builder.

buildName

string

The name of a build.

options
BuildsDeleteOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<BuildsDeleteHeaders>, BuildsDeleteHeaders>>

beginDeleteAndWait(string, string, string, BuildsDeleteOptionalParams)

Delete a BuildResource

function beginDeleteAndWait(resourceGroupName: string, builderName: string, buildName: string, options?: BuildsDeleteOptionalParams): Promise<BuildsDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

builderName

string

The name of the builder.

buildName

string

The name of a build.

options
BuildsDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, BuildsGetOptionalParams)

Get a BuildResource

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

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

builderName

string

The name of the builder.

buildName

string

The name of a build.

options
BuildsGetOptionalParams

The options parameters.

Returns

Promise<BuildResource>