GetStorageTaskPlainArgs

data class GetStorageTaskPlainArgs(val resourceGroupName: String, val storageTaskName: String) : ConvertibleToJava<GetStorageTaskPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, storageTaskName: 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 storage task within the specified resource group. Storage task names must be between 3 and 18 characters in length and use numbers and lower-case letters only.

Functions

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