AzurePublisherOptions Class
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.
Options which control generation of artifacts for deploying to Azure.
public sealed class AzurePublisherOptions : Aspire.Hosting.Publishing.PublishingOptions
type AzurePublisherOptions = class
inherit PublishingOptions
Public NotInheritable Class AzurePublisherOptions
Inherits PublishingOptions
- Inheritance
Constructors
AzurePublisherOptions() |
Fields
Publishing |
The name of the publishing configuration section in the appsettings.json file. (Inherited from PublishingOptions) |
Properties
OutputPath |
Gets or sets the path to the directory where the published output will be written. (Inherited from PublishingOptions) |
Publisher |
Gets or sets the name of the publisher responsible for publishing the application. (Inherited from PublishingOptions) |