NamespaceRegenerateKeyContent(String) Constructor
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.
Initializes a new instance of NamespaceRegenerateKeyContent.
public NamespaceRegenerateKeyContent (string keyName);
new Azure.ResourceManager.EventGrid.Models.NamespaceRegenerateKeyContent : string -> Azure.ResourceManager.EventGrid.Models.NamespaceRegenerateKeyContent
Public Sub New (keyName As String)
Parameters
- keyName
- String
Key name to regenerate key1 or key2.
Exceptions
keyName
is null.