Class GetImageArgs
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.Azure.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetImageArgs : InvokeArgs
Constructors
View SourceGetImageArgs()
Declaration
public GetImageArgs()
Properties
View SourceName
The name of the Image.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
NameRegex
Regex pattern of the image to match.
Declaration
public string NameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
The Name of the Resource Group where this Image exists.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |