ArmCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET