PersonalizerAdministrationClient.GetPersonalizerLogProperties 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 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.