RedisBuilderExtensions.WithHostPort Method
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.
Configures the host port that the Redis Commander resource is exposed on instead of using randomly assigned port.
public static Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Redis.RedisCommanderResource> WithHostPort (this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Redis.RedisCommanderResource> builder, int? port);
static member WithHostPort : Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Redis.RedisCommanderResource> * Nullable<int> -> Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Redis.RedisCommanderResource>
<Extension()>
Public Function WithHostPort (builder As IResourceBuilder(Of RedisCommanderResource), port As Nullable(Of Integer)) As IResourceBuilder(Of RedisCommanderResource)
Parameters
- builder
- IResourceBuilder<RedisCommanderResource>
The resource builder for Redis Commander.
Returns
The resource builder for PGAdmin.