AzureWebPubSubHubResource Constructors
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.
Overloads
AzureWebPubSubHubResource(String, AzureWebPubSubResource) |
Represents an Azure Web PubSub Hub setting resource. |
AzureWebPubSubHubResource(String, String, AzureWebPubSubResource) |
Represents an Azure Web PubSub Hub setting resource. |
AzureWebPubSubHubResource(String, AzureWebPubSubResource)
- Source:
- AzureWebPubSubHubResource.cs
- Source:
- AzureWebPubSubHubResource.cs
- Source:
- AzureWebPubSubHubResource.cs
- Source:
- AzureWebPubSubHubResource.cs
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
AzureWebPubSubHubResource(String, String, AzureWebPubSubResource)
- Source:
- AzureWebPubSubHubResource.cs
- Source:
- AzureWebPubSubHubResource.cs
Represents an Azure Web PubSub Hub setting resource.
public AzureWebPubSubHubResource(string name, string hubName, Aspire.Hosting.ApplicationModel.AzureWebPubSubResource webpubsub);
new Aspire.Hosting.ApplicationModel.AzureWebPubSubHubResource : string * string * Aspire.Hosting.ApplicationModel.AzureWebPubSubResource -> Aspire.Hosting.ApplicationModel.AzureWebPubSubHubResource
Public Sub New (name As String, hubName As String, webpubsub As AzureWebPubSubResource)
Parameters
- name
- String
The name of the resource.
- hubName
- String
The name of the Azure Web PubSub Hub.
- webpubsub
- AzureWebPubSubResource
The AzureWebPubSubResource that the resource belongs to.