Enterprise Channel Node Args
data class EnterpriseChannelNodeArgs(val azureLocation: Output<String>, val azureSku: Output<String>, val name: Output<String>, val state: Output<Either<String, EnterpriseChannelNodeState>>? = null) : ConvertibleToJava<EnterpriseChannelNodeArgs>
The properties specific to an Enterprise Channel Node.
Constructors
Link copied to clipboard
constructor(azureLocation: Output<String>, azureSku: Output<String>, name: Output<String>, state: Output<Either<String, EnterpriseChannelNodeState>>? = null)