Package com.microsoft.azure.maven.auth
Class AzureClientFactory
- java.lang.Object
-
- com.microsoft.azure.maven.auth.AzureClientFactory
-
public class AzureClientFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description AzureClientFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.microsoft.azure.management.AzuregetAzureClient(String userAgent, String defaultSubscriptionId)
-
-
-
Method Detail
-
getAzureClient
public static com.microsoft.azure.management.Azure getAzureClient(String userAgent, String defaultSubscriptionId) throws IOException, com.microsoft.azure.toolkit.lib.auth.exception.AzureLoginException
- Throws:
IOExceptioncom.microsoft.azure.toolkit.lib.auth.exception.AzureLoginException
-
-