Class SharedImageVersionArgs
Inherited Members
Namespace: Pulumi.Azure.Compute
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SharedImageVersionArgs : ResourceArgs
Constructors
View SourceSharedImageVersionArgs()
Declaration
public SharedImageVersionArgs()
Properties
View SourceExcludeFromLatest
Should this Image Version be excluded from the latest filter? If set to true this Image Version won't be returned for the latest version. Defaults to false.
Declaration
public Input<bool> ExcludeFromLatest { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
GalleryName
The name of the Shared Image Gallery in which the Shared Image exists. Changing this forces a new resource to be created.
Declaration
public Input<string> GalleryName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ImageName
The name of the Shared Image within the Shared Image Gallery in which this Version should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> ImageName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Location
The Azure Region in which the Shared Image Gallery exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ManagedImageId
The ID of the Managed Image which should be used for this Shared Image Version. Changing this forces a new resource to be created.
Declaration
public Input<string> ManagedImageId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The version number for this Image Version, such as 1.0.0. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the Shared Image Gallery exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A collection of tags which should be applied to this resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
TargetRegions
One or more target_region blocks as documented below.
Declaration
public InputList<SharedImageVersionTargetRegionArgs> TargetRegions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SharedImageVersionTargetRegionArgs> |