Class GetRegionsArgs
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.AliCloud
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRegionsArgs : InvokeArgs
Constructors
View SourceGetRegionsArgs()
Declaration
public GetRegionsArgs()
Properties
View SourceCurrent
Set to true to match only the region configured in the provider.
Declaration
public bool? Current { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
The name of the region to select, such as eu-central-1.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |