Show / Hide Table of Contents

Class SharedImageVersionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SharedImageVersionArgs
Inherited Members
ResourceArgs.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 SharedImageVersionArgs : ResourceArgs

Constructors

View Source

SharedImageVersionArgs()

Declaration
public SharedImageVersionArgs()

Properties

View Source

ExcludeFromLatest

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

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

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

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

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

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

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

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

TargetRegions

One or more target_region blocks as documented below.

Declaration
public InputList<SharedImageVersionTargetRegionArgs> TargetRegions { get; set; }
Property Value
Type Description
InputList<SharedImageVersionTargetRegionArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.