BlobLoggerProvider(IOptionsMonitor<AzureBlobLoggerOptions>) Constructor
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.
Creates a new instance of BlobLoggerProvider.
public:
BlobLoggerProvider(Microsoft::Extensions::Options::IOptionsMonitor<Microsoft::Extensions::Logging::AzureAppServices::AzureBlobLoggerOptions ^> ^ options);
public BlobLoggerProvider (Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Extensions.Logging.AzureAppServices.AzureBlobLoggerOptions> options);
new Microsoft.Extensions.Logging.AzureAppServices.BlobLoggerProvider : Microsoft.Extensions.Options.IOptionsMonitor<Microsoft.Extensions.Logging.AzureAppServices.AzureBlobLoggerOptions> -> Microsoft.Extensions.Logging.AzureAppServices.BlobLoggerProvider
Public Sub New (options As IOptionsMonitor(Of AzureBlobLoggerOptions))
Parameters
- options
- IOptionsMonitor<AzureBlobLoggerOptions>
The options to use when creating a provider.
Applies to
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.