Show / Hide Table of Contents

Class GetImageArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetImageArgs
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.Azure.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetImageArgs : InvokeArgs

Constructors

View Source

GetImageArgs()

Declaration
public GetImageArgs()

Properties

View Source

Name

The name of the Image.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

NameRegex

Regex pattern of the image to match.

Declaration
public string NameRegex { get; set; }
Property Value
Type Description
System.String
View Source

ResourceGroupName

The Name of the Resource Group where this Image exists.

Declaration
public string ResourceGroupName { get; set; }
Property Value
Type Description
System.String
View Source

SortDescending

By default when matching by regex, images are sorted by name in ascending order and the first match is chosen, to sort descending, set this flag.

Declaration
public bool? SortDescending { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.