Class AzureInterface


  • public class AzureInterface
    extends Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.microsoft.azure.storage.CloudStorageAccount conn  
    • Constructor Summary

      Constructors 
      Constructor Description
      AzureInterface()  
    • Field Detail

      • conn

        public static com.microsoft.azure.storage.CloudStorageAccount conn
    • Constructor Detail

      • AzureInterface

        public AzureInterface()
    • 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
      • 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