Delen via


AzureAccounts.AzureAccountsRemoveFromAppDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
AzureAccountsRemoveFromAppDefinitionStages.WithExecute withArmToken(String armToken)

The custom arm token header to use; containing the user's ARM token used to validate azure accounts information.

AzureAccountsRemoveFromAppDefinitionStages.WithExecute withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)

The Azure account information object.

Method Details

withArmToken

public AzureAccountsRemoveFromAppDefinitionStages.WithExecute withArmToken(String armToken)

The custom arm token header to use; containing the user's ARM token used to validate azure accounts information.

Parameters:

armToken

Returns:

next definition stage

withAzureAccountInfoObject

public AzureAccountsRemoveFromAppDefinitionStages.WithExecute withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)

The Azure account information object.

Parameters:

azureAccountInfoObject

Returns:

next definition stage

Applies to