Exemple #1
0
        private IJobInfo StartExport(string store, BlobImportSource exportSource)
        {
            var jobUri          = CreateJob(store, "Export", exportSource.ToJsonString());
            var jobInfoResponse = AuthenticatedGet(jobUri);

            return(Deserialize <RestJobInfo>(jobInfoResponse));
        }