Project.DefinitionStages.WithAzureAuthenticationInfo Interface

public static interface Project.DefinitionStages.WithAzureAuthenticationInfo

The stage of the Project definition allowing to specify azureAuthenticationInfo.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withAzureAuthenticationInfo(AzureActiveDirectoryApp azureAuthenticationInfo)

Specifies the azureAuthenticationInfo property: Field that defines the Azure active directory application info, used to connect to the target Azure resource.

Method Details

withAzureAuthenticationInfo

public abstract Project.DefinitionStages.WithCreate withAzureAuthenticationInfo(AzureActiveDirectoryApp azureAuthenticationInfo)

Specifies the azureAuthenticationInfo property: Field that defines the Azure active directory application info, used to connect to the target Azure resource.

Parameters:

azureAuthenticationInfo - Field that defines the Azure active directory application info, used to connect to the target Azure resource.

Returns:

the next definition stage.

Applies to