PersonalizerAdministrationClient.GetPersonalizerLogPropertiesAsync 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 properties of the Personalizer logs.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.AI.Personalizer.PersonalizerLogProperties>> GetPersonalizerLogPropertiesAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetPersonalizerLogPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.Personalizer.PersonalizerLogProperties>>
override this.GetPersonalizerLogPropertiesAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.AI.Personalizer.PersonalizerLogProperties>>
Public Overridable Function GetPersonalizerLogPropertiesAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of PersonalizerLogProperties))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.