ApiKvReference 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.
Description of site key vault references.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiKvReferenceTypeConverter))]
public class ApiKvReference : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReference
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ApiKvReferenceTypeConverter))>]
type ApiKvReference = class
interface IApiKvReference
interface IJsonSerializable
Public Class ApiKvReference
Implements IApiKvReference
- Inheritance
-
ApiKvReference
- Attributes
- Implements
Constructors
ApiKvReference() |
Creates an new ApiKvReference instance. |
Properties
Detail | |
IdentityType |
Type of managed service identity. |
Location | |
Reference | |
SecretName | |
SecretVersion | |
Source | |
Status | |
VaultName |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApiKvReference. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApiKvReference. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReference. |
FromJsonString(String) |
Creates a new instance of ApiKvReference, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApiKvReference into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |