IngestionSettingsOperationsExtensions.GetAsync 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.
Settings for ingesting security data and logs to correlate with resources associated with the subscription.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.IngestionSetting> GetAsync(this Microsoft.Azure.Management.Security.IIngestionSettingsOperations operations, string ingestionSettingName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Security.IIngestionSettingsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Security.Models.IngestionSetting>
<Extension()>
Public Function GetAsync (operations As IIngestionSettingsOperations, ingestionSettingName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IngestionSetting)
Parameters
- operations
- IIngestionSettingsOperations
The operations group for this extension method.
- ingestionSettingName
- String
Name of the ingestion setting
- cancellationToken
- CancellationToken
The cancellation token.