Partilhar via


GalleryClient.Clone(ServiceClient<GalleryClient>) Method

Definition

Clones properties from current instance to another GalleryClient instance

protected override void Clone (Hyak.Common.ServiceClient<Microsoft.Azure.Commands.Resources.Models.Gallery.GalleryClient> client);
override this.Clone : Hyak.Common.ServiceClient<Microsoft.Azure.Commands.Resources.Models.Gallery.GalleryClient> -> unit
Protected Overrides Sub Clone (client As ServiceClient(Of GalleryClient))

Parameters

client
Hyak.Common.ServiceClient<GalleryClient>

Instance of GalleryClient to clone to

Applies to