Пример #1
0
 private PSSeriviceProperties GetServicePropertiesFromPSH(Constants.ServiceType service)
 {
     Test.Assert(CommandAgent.GetAzureStorageServiceProperties(service), "GetAzureStorageServiceProperties with service as {0} should success.", service);
     return(CommandAgent.Output[0][PowerShellAgent.BaseObject] as PSSeriviceProperties);
 }