Web App Metadata Args
data class WebAppMetadataArgs(val kind: Output<String>? = null, val name: Output<String>? = null, val properties: Output<Map<String, String>>? = null, val resourceGroupName: Output<String>? = null) : ConvertibleToJava<WebAppMetadataArgs>
String dictionary resource. API Version: 2020-12-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppMetadata myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/config/metadata
Content copied to clipboard