generate_new_webservice_key: Regenerate one of a web service's keys

View source: R/webservice.R

generate_new_webservice_keyR Documentation

Regenerate one of a web service's keys

Description

Regenerate either the primary or secondary authentication key for an AciWebservice or AksWebservice.The web service must have been deployed with key-based authentication enabled.

Not supported for LocalWebservice deployments.

Usage

generate_new_webservice_key(webservice, key_type)

Arguments

webservice

The AciWebservice or AksWebservice object.

key_type

A string of which key to regenerate. Options are "Primary" or "Secondary".

Value

None


Azure/azureml-sdk-for-r documentation built on Sept. 21, 2022, 5:45 a.m.