Class SharedImageIdentifierGetArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SharedImageIdentifierGetArgs : ResourceArgs
Constructors
View SourceSharedImageIdentifierGetArgs()
Declaration
public SharedImageIdentifierGetArgs()
Properties
View SourceOffer
The Offer Name for this Shared Image.
Declaration
public Input<string> Offer { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Publisher
The Publisher Name for this Gallery Image.
Declaration
public Input<string> Publisher { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
The Name of the SKU for this Gallery Image.
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |