ListShareSubscriptionSynchronizationsPlainArgs

data class ListShareSubscriptionSynchronizationsPlainArgs(val accountName: String, val filter: String? = null, val orderby: String? = null, val resourceGroupName: String, val shareSubscriptionName: String, val skipToken: String? = null) : ConvertibleToJava<ListShareSubscriptionSynchronizationsPlainArgs>

Constructors

constructor(accountName: String, filter: String? = null, orderby: String? = null, resourceGroupName: String, shareSubscriptionName: String, skipToken: String? = null)

Properties

Link copied to clipboard

The name of the share account.

Link copied to clipboard
val filter: String? = null

Filters the results using OData syntax.

Link copied to clipboard
val orderby: String? = null

Sorts the results using OData syntax.

Link copied to clipboard

The resource group name.

Link copied to clipboard

The name of the share subscription.

Link copied to clipboard
val skipToken: String? = null

Continuation token

Functions

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