Share via


DisconnectedOperationsArtifactCollection Class

Definition

A class representing a collection of DisconnectedOperationsArtifactResource and their operations. Each DisconnectedOperationsArtifactResource in the collection will belong to the same instance of DisconnectedOperationsImageResource. To get a DisconnectedOperationsArtifactCollection instance call the GetDisconnectedOperationsArtifacts method from an instance of DisconnectedOperationsImageResource.

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

Constructors

DisconnectedOperationsArtifactCollection()

Initializes a new instance of the DisconnectedOperationsArtifactCollection 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}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/disconnectedOperations/{name}/images/{imageName}/artifacts/{artifactName}
  • Operation Id: Artifact_Get
  • Default Api Version: 2025-06-01-preview
  • Resource: DisconnectedOperationsArtifactResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/disconnectedOperations/{name}/images/{imageName}/artifacts/{artifactName}
  • Operation Id: Artifact_Get
  • Default Api Version: 2025-06-01-preview
  • Resource: DisconnectedOperationsArtifactResource
Get(String, CancellationToken)

Get the resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/disconnectedOperations/{name}/images/{imageName}/artifacts/{artifactName}
  • Operation Id: Artifact_Get
  • Default Api Version: 2025-06-01-preview
  • Resource: DisconnectedOperationsArtifactResource
GetAll(CancellationToken)

List by parent

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/disconnectedOperations/{name}/images/{imageName}/artifacts
  • Operation Id: Artifact_ListByParent
  • Default Api Version: 2025-06-01-preview
  • Resource: DisconnectedOperationsArtifactResource
GetAllAsync(CancellationToken)

List by parent

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/disconnectedOperations/{name}/images/{imageName}/artifacts
  • Operation Id: Artifact_ListByParent
  • Default Api Version: 2025-06-01-preview
  • Resource: DisconnectedOperationsArtifactResource
GetAsync(String, CancellationToken)

Get the resource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/disconnectedOperations/{name}/images/{imageName}/artifacts/{artifactName}
  • Operation Id: Artifact_Get
  • Default Api Version: 2025-06-01-preview
  • Resource: DisconnectedOperationsArtifactResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/disconnectedOperations/{name}/images/{imageName}/artifacts/{artifactName}
  • Operation Id: Artifact_Get
  • Default Api Version: 2025-06-01-preview
  • Resource: DisconnectedOperationsArtifactResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/disconnectedOperations/{name}/images/{imageName}/artifacts/{artifactName}
  • Operation Id: Artifact_Get
  • Default Api Version: 2025-06-01-preview
  • Resource: DisconnectedOperationsArtifactResource
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<DisconnectedOperationsArtifactResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<DisconnectedOperationsArtifactResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to