DedicatedCircuitLinkAuthorizationListResponse 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.
List link authorization operation response.
public class DedicatedCircuitLinkAuthorizationListResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.ExpressRoute.Models.AzureDedicatedCircuitLinkAuthorization>
type DedicatedCircuitLinkAuthorizationListResponse = class
inherit AzureOperationResponse
interface seq<AzureDedicatedCircuitLinkAuthorization>
interface IEnumerable
Public Class DedicatedCircuitLinkAuthorizationListResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of AzureDedicatedCircuitLinkAuthorization)
- Inheritance
-
Microsoft.Azure.AzureOperationResponseDedicatedCircuitLinkAuthorizationListResponse
- Implements
Constructors
DedicatedCircuitLinkAuthorizationListResponse() |
Initializes a new instance of the DedicatedCircuitLinkAuthorizationListResponse class. |
Properties
DedicatedCircuitLinkAuthorizations |
Optional. Details of the collection of link authorizations. |
Methods
GetEnumerator() |
Gets the sequence of DedicatedCircuitLinkAuthorizations. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the sequence of DedicatedCircuitLinkAuthorizations. |
Extension Methods
ToCommaSeparatedString<T>(IEnumerable<T>) |
Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections. |