Class GetImagesArgs
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.DigitalOcean
Assembly: Pulumi.DigitalOcean.dll
Syntax
public sealed class GetImagesArgs : InvokeArgs
Constructors
View SourceGetImagesArgs()
Declaration
public GetImagesArgs()
Properties
View SourceFilters
Filter the results.
The filter block is documented below.
Declaration
public List<GetImagesFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetImagesFilterArgs> |
Sorts
Sort the results.
The sort block is documented below.
Declaration
public List<GetImagesSortArgs> Sorts { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetImagesSortArgs> |