ExpressRoutePortAuthorizationCollection Class

Definition

Compatibility declaration for the ExpressRoutePortAuthorizationCollection type.

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

Constructors

Name Description
ExpressRoutePortAuthorizationCollection()

Initializes a new instance of ExpressRoutePortAuthorizationCollection for mocking.

Properties

Name Description
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

Name Description
CreateOrUpdate(WaitUntil, String, ExpressRoutePortAuthorizationData, CancellationToken)

Invokes the CreateOrUpdate compatibility operation.

CreateOrUpdate(WaitUntil, String, String, ExpressRoutePortAuthorizationData, CancellationToken)

Invokes the CreateOrUpdate compatibility operation.

CreateOrUpdateAsync(WaitUntil, String, ExpressRoutePortAuthorizationData, CancellationToken)

Invokes the CreateOrUpdateAsync compatibility operation.

CreateOrUpdateAsync(WaitUntil, String, String, ExpressRoutePortAuthorizationData, CancellationToken)

Invokes the CreateOrUpdateAsync compatibility operation.

Exists(String, CancellationToken)

Invokes the Exists compatibility operation.

Exists(String, String, CancellationToken)

Invokes the Exists compatibility operation.

ExistsAsync(String, CancellationToken)

Invokes the ExistsAsync compatibility operation.

ExistsAsync(String, String, CancellationToken)

Invokes the ExistsAsync compatibility operation.

Get(String, CancellationToken)

Invokes the Get compatibility operation.

Get(String, String, CancellationToken)

Invokes the Get compatibility operation.

GetAll(CancellationToken)

Invokes the GetAll compatibility operation.

GetAll(String, CancellationToken)

Invokes the GetAll compatibility operation.

GetAllAsync(CancellationToken)

Invokes the GetAllAsync compatibility operation.

GetAllAsync(String, CancellationToken)

Invokes the GetAllAsync compatibility operation.

GetAsync(String, CancellationToken)

Invokes the GetAsync compatibility operation.

GetAsync(String, String, CancellationToken)

Invokes the GetAsync compatibility operation.

GetIfExists(String, CancellationToken)

Invokes the GetIfExists compatibility operation.

GetIfExists(String, String, CancellationToken)

Invokes the GetIfExists compatibility operation.

GetIfExistsAsync(String, CancellationToken)

Invokes the GetIfExistsAsync compatibility operation.

GetIfExistsAsync(String, String, CancellationToken)

Invokes the GetIfExistsAsync compatibility operation.

TryGetApiVersion(ResourceType, String)

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

(Inherited from ArmCollection)

Explicit Interface Implementations

Name Description
IAsyncEnumerable<ExpressRoutePortAuthorizationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<ExpressRoutePortAuthorizationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Extension Methods

Name Description
ArrayContainsAll<T>(IEnumerable<T>, Object[])

Returns whether all values are present in the array.

ArrayContainsAny<T>(IEnumerable<T>, Object[])

Returns whether any values are present in the array.

Applies to