GetWorkspaceSubscriptionPlainArgs

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

Constructors

Link copied to clipboard
fun GetWorkspaceSubscriptionPlainArgs(resourceGroupName: String, serviceName: String, sid: String, workspaceId: String)

Functions

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

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.

Link copied to clipboard

Workspace identifier. Must be unique in the current API Management service instance.