These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.labservices.GalleryImage
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Represents an image from the Azure Marketplace API Version: 2018-10-15.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:labservices:GalleryImage myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LabServices/labaccounts/{labAccountName}/galleryimages/{galleryImageName}
Create GalleryImage Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GalleryImage(name: string, args: GalleryImageArgs, opts?: CustomResourceOptions);
@overload
def GalleryImage(resource_name: str,
args: GalleryImageArgs,
opts: Optional[ResourceOptions] = None)
@overload
def GalleryImage(resource_name: str,
opts: Optional[ResourceOptions] = None,
lab_account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
gallery_image_name: Optional[str] = None,
is_enabled: Optional[bool] = None,
is_override: Optional[bool] = None,
is_plan_authorized: Optional[bool] = None,
location: Optional[str] = None,
provisioning_state: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
unique_identifier: Optional[str] = None)
func NewGalleryImage(ctx *Context, name string, args GalleryImageArgs, opts ...ResourceOption) (*GalleryImage, error)
public GalleryImage(string name, GalleryImageArgs args, CustomResourceOptions? opts = null)
public GalleryImage(String name, GalleryImageArgs args)
public GalleryImage(String name, GalleryImageArgs args, CustomResourceOptions options)
type: azure-native:labservices:GalleryImage
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args GalleryImageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args GalleryImageArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args GalleryImageArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GalleryImageArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GalleryImageArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var azure_nativeGalleryImageResource = new AzureNative.Labservices.GalleryImage("azure-nativeGalleryImageResource", new()
{
LabAccountName = "string",
ResourceGroupName = "string",
GalleryImageName = "string",
IsEnabled = false,
IsOverride = false,
IsPlanAuthorized = false,
Location = "string",
ProvisioningState = "string",
Tags =
{
{ "string", "string" },
},
UniqueIdentifier = "string",
});
example, err := labservices.NewGalleryImage(ctx, "azure-nativeGalleryImageResource", &labservices.GalleryImageArgs{
LabAccountName: "string",
ResourceGroupName: "string",
GalleryImageName: "string",
IsEnabled: false,
IsOverride: false,
IsPlanAuthorized: false,
Location: "string",
ProvisioningState: "string",
Tags: map[string]interface{}{
"string": "string",
},
UniqueIdentifier: "string",
})
var azure_nativeGalleryImageResource = new GalleryImage("azure-nativeGalleryImageResource", GalleryImageArgs.builder()
.labAccountName("string")
.resourceGroupName("string")
.galleryImageName("string")
.isEnabled(false)
.isOverride(false)
.isPlanAuthorized(false)
.location("string")
.provisioningState("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.uniqueIdentifier("string")
.build());
azure_native_gallery_image_resource = azure_native.labservices.GalleryImage("azure-nativeGalleryImageResource",
lab_account_name=string,
resource_group_name=string,
gallery_image_name=string,
is_enabled=False,
is_override=False,
is_plan_authorized=False,
location=string,
provisioning_state=string,
tags={
string: string,
},
unique_identifier=string)
const azure_nativeGalleryImageResource = new azure_native.labservices.GalleryImage("azure-nativeGalleryImageResource", {
labAccountName: "string",
resourceGroupName: "string",
galleryImageName: "string",
isEnabled: false,
isOverride: false,
isPlanAuthorized: false,
location: "string",
provisioningState: "string",
tags: {
string: "string",
},
uniqueIdentifier: "string",
});
type: azure-native:labservices:GalleryImage
properties:
galleryImageName: string
isEnabled: false
isOverride: false
isPlanAuthorized: false
labAccountName: string
location: string
provisioningState: string
resourceGroupName: string
tags:
string: string
uniqueIdentifier: string
GalleryImage Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The GalleryImage resource accepts the following input properties:
- Lab
Account stringName - The name of the lab Account.
- Resource
Group stringName - The name of the resource group.
- Gallery
Image stringName - The name of the gallery Image.
- Is
Enabled bool - Indicates whether this gallery image is enabled.
- Is
Override bool - Indicates whether this gallery has been overridden for this lab account
- bool
- Indicates if the plan has been authorized for programmatic deployment.
- Location string
- The location of the resource.
- Provisioning
State string - The provisioning status of the resource.
- Dictionary<string, string>
- The tags of the resource.
- Unique
Identifier string - The unique immutable identifier of a resource (Guid).
- Lab
Account stringName - The name of the lab Account.
- Resource
Group stringName - The name of the resource group.
- Gallery
Image stringName - The name of the gallery Image.
- Is
Enabled bool - Indicates whether this gallery image is enabled.
- Is
Override bool - Indicates whether this gallery has been overridden for this lab account
- bool
- Indicates if the plan has been authorized for programmatic deployment.
- Location string
- The location of the resource.
- Provisioning
State string - The provisioning status of the resource.
- map[string]string
- The tags of the resource.
- Unique
Identifier string - The unique immutable identifier of a resource (Guid).
- lab
Account StringName - The name of the lab Account.
- resource
Group StringName - The name of the resource group.
- gallery
Image StringName - The name of the gallery Image.
- is
Enabled Boolean - Indicates whether this gallery image is enabled.
- is
Override Boolean - Indicates whether this gallery has been overridden for this lab account
- Boolean
- Indicates if the plan has been authorized for programmatic deployment.
- location String
- The location of the resource.
- provisioning
State String - The provisioning status of the resource.
- Map<String,String>
- The tags of the resource.
- unique
Identifier String - The unique immutable identifier of a resource (Guid).
- lab
Account stringName - The name of the lab Account.
- resource
Group stringName - The name of the resource group.
- gallery
Image stringName - The name of the gallery Image.
- is
Enabled boolean - Indicates whether this gallery image is enabled.
- is
Override boolean - Indicates whether this gallery has been overridden for this lab account
- boolean
- Indicates if the plan has been authorized for programmatic deployment.
- location string
- The location of the resource.
- provisioning
State string - The provisioning status of the resource.
- {[key: string]: string}
- The tags of the resource.
- unique
Identifier string - The unique immutable identifier of a resource (Guid).
- lab_
account_ strname - The name of the lab Account.
- resource_
group_ strname - The name of the resource group.
- gallery_
image_ strname - The name of the gallery Image.
- is_
enabled bool - Indicates whether this gallery image is enabled.
- is_
override bool - Indicates whether this gallery has been overridden for this lab account
- bool
- Indicates if the plan has been authorized for programmatic deployment.
- location str
- The location of the resource.
- provisioning_
state str - The provisioning status of the resource.
- Mapping[str, str]
- The tags of the resource.
- unique_
identifier str - The unique immutable identifier of a resource (Guid).
- lab
Account StringName - The name of the lab Account.
- resource
Group StringName - The name of the resource group.
- gallery
Image StringName - The name of the gallery Image.
- is
Enabled Boolean - Indicates whether this gallery image is enabled.
- is
Override Boolean - Indicates whether this gallery has been overridden for this lab account
- Boolean
- Indicates if the plan has been authorized for programmatic deployment.
- location String
- The location of the resource.
- provisioning
State String - The provisioning status of the resource.
- Map<String>
- The tags of the resource.
- unique
Identifier String - The unique immutable identifier of a resource (Guid).
Outputs
All input properties are implicitly available as output properties. Additionally, the GalleryImage resource produces the following output properties:
- string
- The author of the gallery image.
- Created
Date string - The creation date of the gallery image.
- Description string
- The description of the gallery image.
- Icon string
- The icon of the gallery image.
- Id string
- The provider-assigned unique ID for this managed resource.
- Image
Reference Pulumi.Azure Native. Lab Services. Outputs. Gallery Image Reference Response - The image reference of the gallery image.
- Latest
Operation Pulumi.Result Azure Native. Lab Services. Outputs. Latest Operation Result Response - The details of the latest operation. ex: status, error
- Name string
- The name of the resource.
- Plan
Id string - The third party plan that applies to this image
- Type string
- The type of the resource.
- string
- The author of the gallery image.
- Created
Date string - The creation date of the gallery image.
- Description string
- The description of the gallery image.
- Icon string
- The icon of the gallery image.
- Id string
- The provider-assigned unique ID for this managed resource.
- Image
Reference GalleryImage Reference Response - The image reference of the gallery image.
- Latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- Name string
- The name of the resource.
- Plan
Id string - The third party plan that applies to this image
- Type string
- The type of the resource.
- String
- The author of the gallery image.
- created
Date String - The creation date of the gallery image.
- description String
- The description of the gallery image.
- icon String
- The icon of the gallery image.
- id String
- The provider-assigned unique ID for this managed resource.
- image
Reference GalleryImage Reference Response - The image reference of the gallery image.
- latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- name String
- The name of the resource.
- plan
Id String - The third party plan that applies to this image
- type String
- The type of the resource.
- string
- The author of the gallery image.
- created
Date string - The creation date of the gallery image.
- description string
- The description of the gallery image.
- icon string
- The icon of the gallery image.
- id string
- The provider-assigned unique ID for this managed resource.
- image
Reference GalleryImage Reference Response - The image reference of the gallery image.
- latest
Operation LatestResult Operation Result Response - The details of the latest operation. ex: status, error
- name string
- The name of the resource.
- plan
Id string - The third party plan that applies to this image
- type string
- The type of the resource.
- str
- The author of the gallery image.
- created_
date str - The creation date of the gallery image.
- description str
- The description of the gallery image.
- icon str
- The icon of the gallery image.
- id str
- The provider-assigned unique ID for this managed resource.
- image_
reference GalleryImage Reference Response - The image reference of the gallery image.
- latest_
operation_ Latestresult Operation Result Response - The details of the latest operation. ex: status, error
- name str
- The name of the resource.
- plan_
id str - The third party plan that applies to this image
- type str
- The type of the resource.
- String
- The author of the gallery image.
- created
Date String - The creation date of the gallery image.
- description String
- The description of the gallery image.
- icon String
- The icon of the gallery image.
- id String
- The provider-assigned unique ID for this managed resource.
- image
Reference Property Map - The image reference of the gallery image.
- latest
Operation Property MapResult - The details of the latest operation. ex: status, error
- name String
- The name of the resource.
- plan
Id String - The third party plan that applies to this image
- type String
- The type of the resource.
Supporting Types
GalleryImageReferenceResponse, GalleryImageReferenceResponseArgs
LatestOperationResultResponse, LatestOperationResultResponseArgs
- Error
Code string - Error code on failure.
- Error
Message string - The error message.
- Http
Method string - The HttpMethod - PUT/POST/DELETE for the operation.
- Operation
Url string - The URL to use to check long-running operation status
- Request
Uri string - Request URI of the operation.
- Status string
- The current status of the operation.
- Error
Code string - Error code on failure.
- Error
Message string - The error message.
- Http
Method string - The HttpMethod - PUT/POST/DELETE for the operation.
- Operation
Url string - The URL to use to check long-running operation status
- Request
Uri string - Request URI of the operation.
- Status string
- The current status of the operation.
- error
Code String - Error code on failure.
- error
Message String - The error message.
- http
Method String - The HttpMethod - PUT/POST/DELETE for the operation.
- operation
Url String - The URL to use to check long-running operation status
- request
Uri String - Request URI of the operation.
- status String
- The current status of the operation.
- error
Code string - Error code on failure.
- error
Message string - The error message.
- http
Method string - The HttpMethod - PUT/POST/DELETE for the operation.
- operation
Url string - The URL to use to check long-running operation status
- request
Uri string - Request URI of the operation.
- status string
- The current status of the operation.
- error_
code str - Error code on failure.
- error_
message str - The error message.
- http_
method str - The HttpMethod - PUT/POST/DELETE for the operation.
- operation_
url str - The URL to use to check long-running operation status
- request_
uri str - Request URI of the operation.
- status str
- The current status of the operation.
- error
Code String - Error code on failure.
- error
Message String - The error message.
- http
Method String - The HttpMethod - PUT/POST/DELETE for the operation.
- operation
Url String - The URL to use to check long-running operation status
- request
Uri String - Request URI of the operation.
- status String
- The current status of the operation.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi