ClientOptions Constructors
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.
Overloads
ClientOptions() |
Creates a new instance of ClientOptions. |
ClientOptions(DiagnosticsOptions) |
Creates a new instance of ClientOptions with the specified DiagnosticsOptions. |
ClientOptions()
- Source:
- ClientOptions.cs
Creates a new instance of ClientOptions.
protected ClientOptions ();
Protected Sub New ()
Applies to
ClientOptions(DiagnosticsOptions)
- Source:
- ClientOptions.cs
Creates a new instance of ClientOptions with the specified DiagnosticsOptions.
protected ClientOptions (Azure.Core.DiagnosticsOptions? diagnostics);
new Azure.Core.ClientOptions : Azure.Core.DiagnosticsOptions -> Azure.Core.ClientOptions
Protected Sub New (diagnostics As DiagnosticsOptions)
Parameters
- diagnostics
- DiagnosticsOptions
DiagnosticsOptions to be used for Diagnostics.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET