Package com.azure.spring.utils
Class AzureCloudUrls
- java.lang.Object
-
- com.azure.spring.utils.AzureCloudUrls
-
public class AzureCloudUrls extends Object
Util class for Azure urls
-
-
Constructor Summary
Constructors Constructor Description AzureCloudUrls()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetBaseUrl(String cloudType)Gets the base URL.static StringgetGraphBaseUrl(String cloudType)Gets the graph base URL.static StringgetServiceManagementBaseUrl(String cloudType)Gets the service management base URL.
-
-
-
Method Detail
-
getBaseUrl
public static String getBaseUrl(String cloudType)
Gets the base URL.- Parameters:
cloudType- the cloud type- Returns:
- the base URL
-
getGraphBaseUrl
public static String getGraphBaseUrl(String cloudType)
Gets the graph base URL.- Parameters:
cloudType- the cloud type- Returns:
- the graph base URL
-
-