GetCloudServicePlainArgs

data class GetCloudServicePlainArgs(val cloudServiceName: String, val resourceGroupName: String) : ConvertibleToJava<GetCloudServicePlainArgs>

Constructors

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

Properties

Link copied to clipboard

Name of the cloud service.

Link copied to clipboard

Name of the resource group.

Functions

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