Package version:

Interface ServiceBusAdministrationClientOptions

Represents the client options of the ServiceBusAdministrationClient.

interface ServiceBusAdministrationClientOptions {
    serviceVersion?: "2021-05" | "2017-04";
}

Hierarchy (view full)

  • delay
    • ServiceBusAdministrationClientOptions

Properties

Properties

serviceVersion?: "2021-05" | "2017-04"

Service version of the ATOM API.

Currently supported = "2021-05" | "2017-04"

Defaults to "2021-05".

Generated using TypeDoc