ArmWebPubSubModelFactory.WebPubSubRegenerateKeyContent 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.
public static Azure.ResourceManager.WebPubSub.Models.WebPubSubRegenerateKeyContent WebPubSubRegenerateKeyContent(Azure.ResourceManager.WebPubSub.Models.WebPubSubKeyType? keyType = default);
static member WebPubSubRegenerateKeyContent : Nullable<Azure.ResourceManager.WebPubSub.Models.WebPubSubKeyType> -> Azure.ResourceManager.WebPubSub.Models.WebPubSubRegenerateKeyContent
Public Shared Function WebPubSubRegenerateKeyContent (Optional keyType As Nullable(Of WebPubSubKeyType) = Nothing) As WebPubSubRegenerateKeyContent
Parameters
- keyType
- Nullable<WebPubSubKeyType>
The type of access key.
Returns
A new WebPubSubRegenerateKeyContent instance for mocking.