Compartir a través de


KeyVaultReferenceCollection Class

Definition

Web app key vault reference and status ARM resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionTypeConverter))]
public class KeyVaultReferenceCollection : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollection, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionTypeConverter))>]
type KeyVaultReferenceCollection = class
    interface IKeyVaultReferenceCollection
    interface IJsonSerializable
    interface IProxyOnlyResource
    interface IValidates
Public Class KeyVaultReferenceCollection
Implements IKeyVaultReferenceCollection, IValidates
Inheritance
KeyVaultReferenceCollection
Attributes
Implements

Constructors

KeyVaultReferenceCollection()

Creates an new KeyVaultReferenceCollection instance.

Properties

Id

Resource Id.

KeyToReferenceStatuses
Kind

Kind of resource.

Name

Resource Name.

Type

Resource type.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of KeyVaultReferenceCollection.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of KeyVaultReferenceCollection.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of KeyVaultReferenceCollection into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to