KeyVaultReferenceCollectionProperties 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.
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. |