Udostępnij za pośrednictwem


GalleryClient Class

Definition

public class GalleryClient : Hyak.Common.ServiceClient<Microsoft.Azure.Commands.Resources.Models.Gallery.GalleryClient>, IDisposable, Microsoft.Azure.Commands.Resources.Models.Gallery.IGalleryClient
type GalleryClient = class
    inherit ServiceClient<GalleryClient>
    interface IGalleryClient
    interface IDisposable
Public Class GalleryClient
Inherits ServiceClient(Of GalleryClient)
Implements IDisposable, IGalleryClient
Inheritance
Hyak.Common.ServiceClient<GalleryClient>
GalleryClient
Implements

Constructors

GalleryClient()

Initializes a new instance of the GalleryClient class.

GalleryClient(HttpClient)

Initializes a new instance of the GalleryClient class.

GalleryClient(SubscriptionCloudCredentials)

Initializes a new instance of the GalleryClient class.

GalleryClient(SubscriptionCloudCredentials, HttpClient)

Initializes a new instance of the GalleryClient class.

GalleryClient(SubscriptionCloudCredentials, Uri)

Initializes a new instance of the GalleryClient class.

GalleryClient(SubscriptionCloudCredentials, Uri, HttpClient)

Initializes a new instance of the GalleryClient class.

Properties

ApiVersion

Gets the API version.

BaseUri

Gets the URI used as the base for all cloud service requests.

Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Items

Operations for working with gallery items.

LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

Methods

Clone(ServiceClient<GalleryClient>)

Clones properties from current instance to another GalleryClient instance

Applies to