KeyVaultAdministrationModelFactory.KeyVaultSetting 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.
Initializes a new instance of KeyVaultSetting.
public static Azure.Security.KeyVault.Administration.KeyVaultSetting KeyVaultSetting (string name = default, string content = default, Azure.Security.KeyVault.Administration.KeyVaultSettingType? settingType = default);
static member KeyVaultSetting : string * string * Nullable<Azure.Security.KeyVault.Administration.KeyVaultSettingType> -> Azure.Security.KeyVault.Administration.KeyVaultSetting
Public Shared Function KeyVaultSetting (Optional name As String = Nothing, Optional content As String = Nothing, Optional settingType As Nullable(Of KeyVaultSettingType) = Nothing) As KeyVaultSetting
Parameters
- name
- String
The account setting to be updated.
- content
- String
The value of the pool setting.
- settingType
- Nullable<KeyVaultSettingType>
The type specifier of the value.
Returns
A new KeyVaultSetting instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET