GalleryTemplatesClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GalleryTemplatesClient(IGalleryClient)
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