Share via


WebPubSubHub Constructor

Definition

Creates a new instance of the WebPubSubHub class.

public WebPubSubHub (Azure.Provisioning.IConstruct scope, Azure.ResourceManager.WebPubSub.Models.WebPubSubHubProperties properties, Azure.Provisioning.WebPubSub.WebPubSubService? parent = default, string name = "hub", string version = "2021-10-01");
new Azure.Provisioning.WebPubSub.WebPubSubHub : Azure.Provisioning.IConstruct * Azure.ResourceManager.WebPubSub.Models.WebPubSubHubProperties * Azure.Provisioning.WebPubSub.WebPubSubService * string * string -> Azure.Provisioning.WebPubSub.WebPubSubHub
Public Sub New (scope As IConstruct, properties As WebPubSubHubProperties, Optional parent As WebPubSubService = Nothing, Optional name As String = "hub", Optional version As String = "2021-10-01")

Parameters

scope
IConstruct

The scope.

properties
WebPubSubHubProperties

The properties of the hub settings.

parent
WebPubSubService

The parent.

name
String

The name.

version
String

The version.

Applies to