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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET