SharedGalleryImageVersionCollection Class

Definition

A class representing a collection of SharedGalleryImageVersionResource and their operations. Each SharedGalleryImageVersionResource in the collection will belong to the same instance of SharedGalleryImageResource. To get a SharedGalleryImageVersionCollection instance call the GetSharedGalleryImageVersions method from an instance of SharedGalleryImageResource.

public class SharedGalleryImageVersionCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Compute.SharedGalleryImageVersionResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Compute.SharedGalleryImageVersionResource>
type SharedGalleryImageVersionCollection = class
    inherit ArmCollection
    interface seq<SharedGalleryImageVersionResource>
    interface IEnumerable
    interface IAsyncEnumerable<SharedGalleryImageVersionResource>
Public Class SharedGalleryImageVersionCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of SharedGalleryImageVersionResource), IEnumerable(Of SharedGalleryImageVersionResource)
Inheritance
SharedGalleryImageVersionCollection
Implements

Constructors

SharedGalleryImageVersionCollection()

Initializes a new instance of the SharedGalleryImageVersionCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • Operation Id: SharedGalleryImageVersions_Get
  • Default Api Version: 2023-07-03
  • Resource: SharedGalleryImageVersionResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • Operation Id: SharedGalleryImageVersions_Get
  • Default Api Version: 2023-07-03
  • Resource: SharedGalleryImageVersionResource
Get(String, CancellationToken)

Get a shared gallery image version by subscription id or tenant id.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • Operation Id: SharedGalleryImageVersions_Get
  • Default Api Version: 2023-07-03
  • Resource: SharedGalleryImageVersionResource
GetAll(Nullable<SharedToValue>, CancellationToken)

List shared gallery image versions by subscription id or tenant id.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions
  • Operation Id: SharedGalleryImageVersions_List
  • Default Api Version: 2023-07-03
  • Resource: SharedGalleryImageVersionResource
GetAllAsync(Nullable<SharedToValue>, CancellationToken)

List shared gallery image versions by subscription id or tenant id.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions
  • Operation Id: SharedGalleryImageVersions_List
  • Default Api Version: 2023-07-03
  • Resource: SharedGalleryImageVersionResource
GetAsync(String, CancellationToken)

Get a shared gallery image version by subscription id or tenant id.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • Operation Id: SharedGalleryImageVersions_Get
  • Default Api Version: 2023-07-03
  • Resource: SharedGalleryImageVersionResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • Operation Id: SharedGalleryImageVersions_Get
  • Default Api Version: 2023-07-03
  • Resource: SharedGalleryImageVersionResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Compute/locations/{location}/sharedGalleries/{galleryUniqueName}/images/{galleryImageName}/versions/{galleryImageVersionName}
  • Operation Id: SharedGalleryImageVersions_Get
  • Default Api Version: 2023-07-03
  • Resource: SharedGalleryImageVersionResource
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<SharedGalleryImageVersionResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<SharedGalleryImageVersionResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to