GetComponentLinkedStorageAccountPlainArgs

data class GetComponentLinkedStorageAccountPlainArgs(val resourceGroupName: String, val resourceName: String, val storageType: String) : ConvertibleToJava<GetComponentLinkedStorageAccountPlainArgs>

Constructors

constructor(resourceGroupName: String, resourceName: String, storageType: String)

Properties

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

The name of the Application Insights component resource.

Link copied to clipboard

The type of the Application Insights component data source for the linked storage account.

Functions

Link copied to clipboard
open override fun toJava(): GetComponentLinkedStorageAccountPlainArgs