共用方式為


AzureWebPubSubHubResource(String, AzureWebPubSubResource) Constructor

Definition

Represents an Azure Web PubSub Hub setting resource.

public AzureWebPubSubHubResource (string name, Aspire.Hosting.ApplicationModel.AzureWebPubSubResource webpubsub);
new Aspire.Hosting.ApplicationModel.AzureWebPubSubHubResource : string * Aspire.Hosting.ApplicationModel.AzureWebPubSubResource -> Aspire.Hosting.ApplicationModel.AzureWebPubSubHubResource
Public Sub New (name As String, webpubsub As AzureWebPubSubResource)

Parameters

name
String

The name of the resource.

webpubsub
AzureWebPubSubResource

The AzureWebPubSubResource that the resource belongs to.

Applies to