GatewayMessageBusOutputDataSource Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a Gateway Message Bus output data source.
public class GatewayMessageBusOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StreamAnalytics.Models.GatewayMessageBusOutputDataSource>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StreamAnalytics.Models.GatewayMessageBusOutputDataSource>
public class GatewayMessageBusOutputDataSource : Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputDataSource
type GatewayMessageBusOutputDataSource = class
inherit StreamingJobOutputDataSource
interface IJsonModel<GatewayMessageBusOutputDataSource>
interface IPersistableModel<GatewayMessageBusOutputDataSource>
type GatewayMessageBusOutputDataSource = class
inherit StreamingJobOutputDataSource
Public Class GatewayMessageBusOutputDataSource
Inherits StreamingJobOutputDataSource
Implements IJsonModel(Of GatewayMessageBusOutputDataSource), IPersistableModel(Of GatewayMessageBusOutputDataSource)
Public Class GatewayMessageBusOutputDataSource
Inherits StreamingJobOutputDataSource
- Inheritance
- Implements
Constructors
GatewayMessageBusOutputDataSource() |
Initializes a new instance of GatewayMessageBusOutputDataSource. |
Properties
Topic |
The name of the Service Bus topic. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET