Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.resources.kotlin
import com.pulumi.azurenative.resources.ResourceArgs.builder
import com.pulumi.azurenative.resources.kotlin.inputs.ExtendedLocationArgs
import com.pulumi.azurenative.resources.kotlin.inputs.ExtendedLocationArgsBuilder
import com.pulumi.azurenative.resources.kotlin.inputs.IdentityArgs
import com.pulumi.azurenative.resources.kotlin.inputs.IdentityArgsBuilder
import com.pulumi.azurenative.resources.kotlin.inputs.PlanArgs
import com.pulumi.azurenative.resources.kotlin.inputs.PlanArgsBuilder
import com.pulumi.azurenative.resources.kotlin.inputs.SkuArgs
import com.pulumi.azurenative.resources.kotlin.inputs.SkuArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Any
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Resource information.
* Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2019-05-01.
* Other available API versions: 2015-11-01, 2023-07-01, 2024-03-01, 2024-07-01.
* ## Import
* An existing resource can be imported using its type token, name, and identifier, e.g.
* ```sh
* $ pulumi import azure-native:resources:Resource myresource1 /subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}
* ```
* @property extendedLocation Resource extended location.
* @property identity The identity of the resource.
* @property kind The kind of the resource.
* @property location Resource location
* @property managedBy ID of the resource that manages this resource.
* @property parentResourcePath The parent resource identity.
* @property plan The plan of the resource.
* @property properties The resource properties.
* @property resourceGroupName The name of the resource group for the resource. The name is case insensitive.
* @property resourceName The name of the resource to create.
* @property resourceProviderNamespace The namespace of the resource provider.
* @property resourceType The resource type of the resource to create.
* @property sku The SKU of the resource.
* @property tags Resource tags
*/
public data class ResourceArgs(
public val extendedLocation: Output? = null,
public val identity: Output? = null,
public val kind: Output? = null,
public val location: Output? = null,
public val managedBy: Output? = null,
public val parentResourcePath: Output? = null,
public val plan: Output? = null,
public val properties: Output? = null,
public val resourceGroupName: Output? = null,
public val resourceName: Output? = null,
public val resourceProviderNamespace: Output? = null,
public val resourceType: Output? = null,
public val sku: Output? = null,
public val tags: Output