DevToolPortals interface

Interface representing a DevToolPortals.

Methods

beginCreateOrUpdate(string, string, string, DevToolPortalResource, DevToolPortalsCreateOrUpdateOptionalParams)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

beginCreateOrUpdateAndWait(string, string, string, DevToolPortalResource, DevToolPortalsCreateOrUpdateOptionalParams)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

beginDelete(string, string, string, DevToolPortalsDeleteOptionalParams)

Disable the default Dev Tool Portal.

beginDeleteAndWait(string, string, string, DevToolPortalsDeleteOptionalParams)

Disable the default Dev Tool Portal.

get(string, string, string, DevToolPortalsGetOptionalParams)

Get the Application Live and its properties.

list(string, string, DevToolPortalsListOptionalParams)

Handles requests to list all resources in a Service.

Method Details

beginCreateOrUpdate(string, string, string, DevToolPortalResource, DevToolPortalsCreateOrUpdateOptionalParams)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

function beginCreateOrUpdate(resourceGroupName: string, serviceName: string, devToolPortalName: string, devToolPortalResource: DevToolPortalResource, options?: DevToolPortalsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<DevToolPortalResource>, DevToolPortalResource>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

devToolPortalName

string

The name of Dev Tool Portal.

devToolPortalResource
DevToolPortalResource

Parameters for the create or update operation

options
DevToolPortalsCreateOrUpdateOptionalParams

The options parameters.

Returns

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

beginCreateOrUpdateAndWait(string, string, string, DevToolPortalResource, DevToolPortalsCreateOrUpdateOptionalParams)

Create the default Dev Tool Portal or update the existing Dev Tool Portal.

function beginCreateOrUpdateAndWait(resourceGroupName: string, serviceName: string, devToolPortalName: string, devToolPortalResource: DevToolPortalResource, options?: DevToolPortalsCreateOrUpdateOptionalParams): Promise<DevToolPortalResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

devToolPortalName

string

The name of Dev Tool Portal.

devToolPortalResource
DevToolPortalResource

Parameters for the create or update operation

options
DevToolPortalsCreateOrUpdateOptionalParams

The options parameters.

Returns

beginDelete(string, string, string, DevToolPortalsDeleteOptionalParams)

Disable the default Dev Tool Portal.

function beginDelete(resourceGroupName: string, serviceName: string, devToolPortalName: string, options?: DevToolPortalsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<DevToolPortalsDeleteHeaders>, DevToolPortalsDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

devToolPortalName

string

The name of Dev Tool Portal.

options
DevToolPortalsDeleteOptionalParams

The options parameters.

Returns

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

beginDeleteAndWait(string, string, string, DevToolPortalsDeleteOptionalParams)

Disable the default Dev Tool Portal.

function beginDeleteAndWait(resourceGroupName: string, serviceName: string, devToolPortalName: string, options?: DevToolPortalsDeleteOptionalParams): Promise<DevToolPortalsDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

devToolPortalName

string

The name of Dev Tool Portal.

options
DevToolPortalsDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, DevToolPortalsGetOptionalParams)

Get the Application Live and its properties.

function get(resourceGroupName: string, serviceName: string, devToolPortalName: string, options?: DevToolPortalsGetOptionalParams): Promise<DevToolPortalResource>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

devToolPortalName

string

The name of Dev Tool Portal.

options
DevToolPortalsGetOptionalParams

The options parameters.

Returns

list(string, string, DevToolPortalsListOptionalParams)

Handles requests to list all resources in a Service.

function list(resourceGroupName: string, serviceName: string, options?: DevToolPortalsListOptionalParams): PagedAsyncIterableIterator<DevToolPortalResource, DevToolPortalResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serviceName

string

The name of the Service resource.

options
DevToolPortalsListOptionalParams

The options parameters.

Returns