KeyVaultInfo Class
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.
Details for KeyVault.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.KeyVaultInfoTypeConverter))]
public class KeyVaultInfo : Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IKeyVaultInfo
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.KeyVaultInfoTypeConverter))>]
type KeyVaultInfo = class
interface IKeyVaultInfo
interface IJsonSerializable
Public Class KeyVaultInfo
Implements IKeyVaultInfo
- Inheritance
-
KeyVaultInfo
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| KeyVaultInfo() |
Creates an new KeyVaultInfo instance. |
Properties
| Name | Description |
|---|---|
| KeyVaultUrl |
key vault url. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KeyVaultInfo. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KeyVaultInfo. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkAnalytics.Models.Api20231115.IKeyVaultInfo. |
| FromJsonString(String) |
Creates a new instance of KeyVaultInfo, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of KeyVaultInfo into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |