GetServerEndpointPlainArgs

data class GetServerEndpointPlainArgs(val resourceGroupName: String, val serverEndpointName: String, val storageSyncServiceName: String, val syncGroupName: String) : ConvertibleToJava<GetServerEndpointPlainArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Name of Server Endpoint object.

Link copied to clipboard

Name of Storage Sync Service resource.

Link copied to clipboard

Name of Sync Group resource.

Functions

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