Share via


AzurePublisherOptions Class

Definition

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
AzurePublisherOptions

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)

Applies to