Class GetAvailabilityZonesV3
Inheritance
System.Object
GetAvailabilityZonesV3
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.BlockStorage
Assembly: Pulumi.OpenStack.dll
Syntax
public static class GetAvailabilityZonesV3
Methods
View SourceInvokeAsync(GetAvailabilityZonesV3Args, InvokeOptions)
Use this data source to get a list of Block Storage availability zones from OpenStack
{{% examples %}}
Example Usage
{{% example %}}
using Pulumi;
using OpenStack = Pulumi.OpenStack;
class MyStack : Stack
{
public MyStack()
{
var zones = Output.Create(OpenStack.BlockStorage.GetAvailabilityZonesV3.InvokeAsync());
}
}
{{% /example %}} {{% /examples %}}
Declaration
public static Task<GetAvailabilityZonesV3Result> InvokeAsync(GetAvailabilityZonesV3Args args = null, InvokeOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| GetAvailabilityZonesV3Args | args | |
| InvokeOptions | options |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<GetAvailabilityZonesV3Result> |