ServiceBusRegionsResponse Class

Definition

A response to a request for a list of regions.

public class ServiceBusRegionsResponse : Microsoft.Azure.AzureOperationResponse, System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Management.ServiceBus.Models.ServiceBusLocation>
type ServiceBusRegionsResponse = class
    inherit AzureOperationResponse
    interface seq<ServiceBusLocation>
    interface IEnumerable
Public Class ServiceBusRegionsResponse
Inherits AzureOperationResponse
Implements IEnumerable(Of ServiceBusLocation)
Inheritance
Microsoft.Azure.AzureOperationResponse
ServiceBusRegionsResponse
Implements

Constructors

ServiceBusRegionsResponse()

Initializes a new instance of the ServiceBusRegionsResponse class.

Properties

Regions

Optional. The available regions.

Methods

GetEnumerator()

Gets the sequence of Regions.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets the sequence of Regions.

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.

Applies to