GetStorageSyncServicePlainArgs

data class GetStorageSyncServicePlainArgs(val resourceGroupName: String, val storageSyncServiceName: String) : ConvertibleToJava<GetStorageSyncServicePlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, storageSyncServiceName: String)

Properties

Link copied to clipboard

The name of the resource group. The name is case insensitive.

Link copied to clipboard

Name of Storage Sync Service resource.

Functions

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