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
With |
withAzureAuthenticationInfo(AzureActiveDirectoryApp azureAuthenticationInfo)
Specifies the azure |
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:
Returns: