AzureWebPubSubHubResource
Class net10.0
Represents an Azure Web PubSub Hub setting resource.
namespace Aspire.Hosting.ApplicationModel;
public class AzureWebPubSubHubResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.ApplicationModel.AzureWebPubSubResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<AzureWebPubSubResource>IValueProviderIValueWithReferences
5 members
Constructors2
Section titled ConstructorsAzureWebPubSubHubResource(string, AzureWebPubSubResource) Represents an Azure Web PubSub Hub setting resource.
AzureWebPubSubHubResource(string, string, AzureWebPubSubResource) Represents an Azure Web PubSub Hub setting resource.
Properties3
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string template for the manifest for Azure Web PubSub.
HubNameget; setstring Gets the name associated with the Azure Web PubSub Hub.
Parentget Gets the parent AzureWebPubSubResource of this AzureWebPubSubHubSettingResource.