GetSubscriptionPlainArgs

data class GetSubscriptionPlainArgs(val resourceGroupName: String, val serviceName: String, val sid: String) : ConvertibleToJava<GetSubscriptionPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, serviceName: String, sid: 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 API Management service.

Link copied to clipboard
val sid: String

Subscription entity Identifier. The entity represents the association between a user and a product in API Management.

Functions

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