C# Class Microsoft.Azure.Commands.Resources.Models.GalleryTemplatesClient

Mostrar archivo Open project: Azure/azure-powershell Class Usage Examples

Public Methods

Method Description
GalleryTemplatesClient ( ) : Hyak.Common

Parameterless constructor for mocking

GalleryTemplatesClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Hyak.Common
GalleryTemplatesClient ( IGalleryClient galleryClient ) : Hyak.Common

Method Details

GalleryTemplatesClient() public method

Parameterless constructor for mocking
public GalleryTemplatesClient ( ) : Hyak.Common
return Hyak.Common

GalleryTemplatesClient() public method

public GalleryTemplatesClient ( Microsoft.Azure.Common.Authentication.Models.AzureContext context ) : Hyak.Common
context Microsoft.Azure.Common.Authentication.Models.AzureContext
return Hyak.Common

GalleryTemplatesClient() public method

public GalleryTemplatesClient ( IGalleryClient galleryClient ) : Hyak.Common
galleryClient IGalleryClient
return Hyak.Common