Microsoft.Azure.Commands.Batch.Test.ScenarioTests.BatchController.GetGalleryClient C# (CSharp) Méthode

GetGalleryClient() private méthode

private GetGalleryClient ( ) : Microsoft.Azure.Gallery.GalleryClient
Résultat Microsoft.Azure.Gallery.GalleryClient
        private GalleryClient GetGalleryClient()
        {
            return TestBase.GetServiceClient<GalleryClient>(this.csmTestFactory);
        }