Show / Hide Table of Contents

Class GetImagesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetImagesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetImagesArgs()

Declaration
public GetImagesArgs()

Properties

View Source

Filters

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.