DiagnosticOperationsExtensions.GetSettingsAsync(IDiagnosticOperations) Method
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.
Get diagnostics settings.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticGetResponse> GetSettingsAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations operations);
static member GetSettingsAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticGetResponse>
<Extension()>
Public Function GetSettingsAsync (operations As IDiagnosticOperations) As Task(Of DiagnosticGetResponse)
Parameters
- operations
- IDiagnosticOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
Returns
The get diagnostic settings operation response.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.