get Share Subscription
suspend fun getShareSubscription(argument: GetShareSubscriptionPlainArgs): GetShareSubscriptionResult
Get a shareSubscription in an account Uses Azure REST API version 2021-08-01.
Return
A share subscription data transfer object.
Parameters
argument
null
suspend fun getShareSubscription(accountName: String, resourceGroupName: String, shareSubscriptionName: String): GetShareSubscriptionResult
Return
A share subscription data transfer object.
Parameters
account Name
The name of the share account.
resource Group Name
The resource group name.
share Subscription Name
The name of the shareSubscription.
See also
suspend fun getShareSubscription(argument: suspend GetShareSubscriptionPlainArgsBuilder.() -> Unit): GetShareSubscriptionResult
Return
A share subscription data transfer object.
Parameters
argument
Builder for com.pulumi.azurenative.datashare.kotlin.inputs.GetShareSubscriptionPlainArgs.