ArmRestApiCollection Class

Definition

A class which represents the RestApis for a given azure namespace.

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

Constructors

ArmRestApiCollection()

Initializes a new instance of the ArmRestApiCollection 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

GetAll(CancellationToken)

Gets a list of operations.

GetAllAsync(CancellationToken)

Gets a list of operations.

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<ArmRestApi>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ArmRestApi>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to