AzureWebPubSubHubResource(String, AzureWebPubSubResource) Constructor
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.
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.