GetConnectedEnvironmentsStoragePlainArgs

data class GetConnectedEnvironmentsStoragePlainArgs(val connectedEnvironmentName: String, val resourceGroupName: String, val storageName: String) : ConvertibleToJava<GetConnectedEnvironmentsStoragePlainArgs>

Constructors

Link copied to clipboard
constructor(connectedEnvironmentName: String, resourceGroupName: String, storageName: String)

Properties

Link copied to clipboard

Name of the Environment.

Link copied to clipboard

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

Link copied to clipboard

Name of the storage.

Functions

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