GetSasPlainArgs

data class GetSasPlainArgs(val connectionString: String, val expiry: String) : ConvertibleToJava<GetSasPlainArgs>

A collection of arguments for invoking getSas.

Constructors

Link copied to clipboard
constructor(connectionString: String, expiry: String)

Properties

Link copied to clipboard

The connection string for the Event Hub to which this SAS applies.

Link copied to clipboard

The expiration time and date of this SAS. Must be a valid ISO-8601 format time/date string.

Functions

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