Azure Resource Args
    data class AzureResourceArgs(val id: Output<String>? = null, val resourceProperties: Output<AzureKeyVaultPropertiesArgs>? = null, val type: Output<String>) : ConvertibleToJava<AzureResourceArgs> 
The azure resource info when target service type is AzureResource
Constructors
Link copied to clipboard
                fun AzureResourceArgs(id: Output<String>? = null, resourceProperties: Output<AzureKeyVaultPropertiesArgs>? = null, type: Output<String>)