ArmCollection Class

Definition

Base class representing collection of resources.

public abstract class ArmCollection
type ArmCollection = class
Public MustInherit Class ArmCollection
Inheritance
ArmCollection
Derived

Constructors

ArmCollection()

Initializes a new instance of the ArmCollection class for mocking.

ArmCollection(ArmClient, ResourceIdentifier)

Initializes a new instance of the ArmCollection class.

Properties

Client

Gets the ArmClient this resource client was created from.

Diagnostics

Gets the diagnostic options for this resource client.

Endpoint

Gets the base uri for this resource client.

Id

Gets the resource identifier.

Pipeline

Gets the pipeline for this resource client.

Methods

TryGetApiVersion(ResourceType, String)

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

Applies to