共用方式為


PersonalizerAdministrationClient.GetPersonalizerLogProperties Method

Definition

Get properties of the Personalizer logs.

public virtual Azure.Response<Azure.AI.Personalizer.PersonalizerLogProperties> GetPersonalizerLogProperties (System.Threading.CancellationToken cancellationToken = default);
abstract member GetPersonalizerLogProperties : System.Threading.CancellationToken -> Azure.Response<Azure.AI.Personalizer.PersonalizerLogProperties>
override this.GetPersonalizerLogProperties : System.Threading.CancellationToken -> Azure.Response<Azure.AI.Personalizer.PersonalizerLogProperties>
Public Overridable Function GetPersonalizerLogProperties (Optional cancellationToken As CancellationToken = Nothing) As Response(Of PersonalizerLogProperties)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to