Share via


KeyVaultReferenceCollectionProperties Class

Definition

KeyVaultReferenceCollection resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesTypeConverter))]
public class KeyVaultReferenceCollectionProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesTypeConverter))>]
type KeyVaultReferenceCollectionProperties = class
    interface IKeyVaultReferenceCollectionProperties
    interface IJsonSerializable
Public Class KeyVaultReferenceCollectionProperties
Implements IKeyVaultReferenceCollectionProperties
Inheritance
KeyVaultReferenceCollectionProperties
Attributes
Implements

Constructors

KeyVaultReferenceCollectionProperties()

Creates an new KeyVaultReferenceCollectionProperties instance.

Properties

KeyToReferenceStatuses

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyVaultReferenceCollectionProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyVaultReferenceCollectionProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionProperties.

FromJsonString(String)

Creates a new instance of KeyVaultReferenceCollectionProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyVaultReferenceCollectionProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to