MediaGraphClearEndpointArgs

data class MediaGraphClearEndpointArgs(val credentials: Output<MediaGraphUsernamePasswordCredentialsArgs>? = null, val odataType: Output<String>, val url: Output<String>) : ConvertibleToJava<MediaGraphClearEndpointArgs>

An endpoint to connect to with no encryption in transit.

Constructors

Link copied to clipboard
constructor(credentials: Output<MediaGraphUsernamePasswordCredentialsArgs>? = null, odataType: Output<String>, url: Output<String>)

Properties

Link copied to clipboard

Polymorphic credentials to present to the endpoint.

Link copied to clipboard
val odataType: Output<String>

The discriminator for derived types. Expected value is '#Microsoft.Media.MediaGraphClearEndpoint'.

Link copied to clipboard
val url: Output<String>

Url for the endpoint.

Functions

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