Interface AppPlatformManager.Configurable
-
- All Superinterfaces:
AzureConfigurable<AppPlatformManager.Configurable>
- Enclosing class:
- AppPlatformManager
public static interface AppPlatformManager.Configurable extends AzureConfigurable<AppPlatformManager.Configurable>
The interface allowing configurations to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppPlatformManagerauthenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)Creates an instance of AppPlatformManager that exposes app platform resource management API entry points.-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.AzureConfigurable
withAuxiliaryCredential, withAuxiliaryCredentials, withConfiguration, withHttpClient, withLogLevel, withLogOptions, withPolicy, withRetryPolicy, withScope, withScopes
-
-
-
-
Method Detail
-
authenticate
AppPlatformManager authenticate(com.azure.core.credential.TokenCredential credential, com.azure.core.management.profile.AzureProfile profile)
Creates an instance of AppPlatformManager that exposes app platform resource management API entry points.- Parameters:
credential- the credential to useprofile- the profile to use- Returns:
- the interface exposing AppPlatform management API entry points that work across subscriptions
-
-