Package core.apiCore.interfaces
Class AzureInterface
- java.lang.Object
-
- core.apiCore.interfaces.AzureInterface
-
public class AzureInterface extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.microsoft.azure.storage.CloudStorageAccountconn
-
Constructor Summary
Constructors Constructor Description AzureInterface()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidAzureClientInterface(ServiceObject apiObject)/* (String TestSuite, String TestCaseID, String RunFlag, String Description, String InterfaceType, String UriPath, String ContentType, String Method, String Option, String RequestHeaders, String TemplateFile, String RequestBody, String OutputParams, String RespCodeExp, String ExpectedResponse, String ExpectedResponse, String NotExpectedResponse, String TcComments, String tcName, String tcIndex) interface for azure storage api callsstatic voidazureUploadToFileShare(ServiceObject apiObject)static voidconnectAzure()static com.microsoft.azure.storage.file.CloudFileDirectorygetCloudfileDirectory(ServiceObject apiObject)sets the location of the azure file directory from option column
-
-
-
Method Detail
-
AzureClientInterface
public static void AzureClientInterface(ServiceObject apiObject) throws Exception
/* (String TestSuite, String TestCaseID, String RunFlag, String Description, String InterfaceType, String UriPath, String ContentType, String Method, String Option, String RequestHeaders, String TemplateFile, String RequestBody, String OutputParams, String RespCodeExp, String ExpectedResponse, String ExpectedResponse, String NotExpectedResponse, String TcComments, String tcName, String tcIndex) interface for azure storage api calls- Parameters:
apiObject-- Throws:
Exception
-
azureUploadToFileShare
public static void azureUploadToFileShare(ServiceObject apiObject) throws Exception
- Throws:
Exception
-
getCloudfileDirectory
public static com.microsoft.azure.storage.file.CloudFileDirectory getCloudfileDirectory(ServiceObject apiObject) throws Exception
sets the location of the azure file directory from option column- Parameters:
apiObject-- Returns:
- Throws:
Exception
-
-