ManagedHsmServiceTagRule(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 ManagedHsmServiceTagRule.
public ManagedHsmServiceTagRule(string tag);
new Azure.ResourceManager.KeyVault.Models.ManagedHsmServiceTagRule : string -> Azure.ResourceManager.KeyVault.Models.ManagedHsmServiceTagRule
Public Sub New (tag As String)
Parameters
- tag
- String
Name of the service tag.
Exceptions
tag is null.