Class GetPlatformImageArgs
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 GetPlatformImageArgs : InvokeArgs
Constructors
View SourceGetPlatformImageArgs()
Declaration
public GetPlatformImageArgs()
Properties
View SourceLocation
Specifies the Location to pull information about this Platform Image from.
Declaration
public string Location { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Offer
Specifies the Offer associated with the Platform Image.
Declaration
public string Offer { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Publisher
Specifies the Publisher associated with the Platform Image.
Declaration
public string Publisher { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sku
Specifies the SKU of the Platform Image.
Declaration
public string Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
The version of the Platform Image.
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |