GalleryTemplatesClient Constructors

Definition

Overloads

GalleryTemplatesClient()

Parameterless constructor for mocking

GalleryTemplatesClient(IAzureContext)
GalleryTemplatesClient(IGalleryClient)

GalleryTemplatesClient()

Parameterless constructor for mocking

public GalleryTemplatesClient ();
Public Sub New ()

Applies to

GalleryTemplatesClient(IAzureContext)

public GalleryTemplatesClient (Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext context);
new Microsoft.Azure.Commands.Resources.Models.GalleryTemplatesClient : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContext -> Microsoft.Azure.Commands.Resources.Models.GalleryTemplatesClient
Public Sub New (context As IAzureContext)

Parameters

context
IAzureContext

Applies to

public GalleryTemplatesClient (Microsoft.Azure.Commands.Resources.Models.Gallery.IGalleryClient galleryClient);
new Microsoft.Azure.Commands.Resources.Models.GalleryTemplatesClient : Microsoft.Azure.Commands.Resources.Models.Gallery.IGalleryClient -> Microsoft.Azure.Commands.Resources.Models.GalleryTemplatesClient
Public Sub New (galleryClient As IGalleryClient)

Parameters

galleryClient
IGalleryClient

Applies to