Class GetZonesZoneResult
Inheritance
System.Object
GetZonesZoneResult
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.Adb.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetZonesZoneResult
Fields
View SourceId
ID of the zone.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
MultiZoneIds
A list of zone ids in which the multi zone.
Declaration
public readonly ImmutableArray<string> MultiZoneIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |