ServiceBusRegionsResponse 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.
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.AzureOperationResponseServiceBusRegionsResponse
- 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. |