GetShareSubscriptionPlainArgs

data class GetShareSubscriptionPlainArgs(val accountName: String, val resourceGroupName: String, val shareSubscriptionName: String) : ConvertibleToJava<GetShareSubscriptionPlainArgs>

Constructors

Link copied to clipboard
fun GetShareSubscriptionPlainArgs(accountName: String, resourceGroupName: String, shareSubscriptionName: String)

Functions

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

Properties

Link copied to clipboard

The name of the share account.

Link copied to clipboard

The resource group name.

Link copied to clipboard

The name of the shareSubscription.