KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesKeyToReferenceStatusesTypeConverter))]
public class KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IApiKvReference>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.KeyVaultReferenceCollectionPropertiesKeyToReferenceStatusesTypeConverter))>]
type KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses = class
interface IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses
interface IJsonSerializable
interface IAssociativeArray<IApiKvReference>
Public Class KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses
Implements IAssociativeArray(Of IApiKvReference), IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses
- Inheritance
-
KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses
- Attributes
- Implements
Constructors
KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses() |
Creates an new KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses instance. |
Fields
__additionalProperties |
Properties
Item[String] |
Methods
Add(String, IApiKvReference) | |
Clear() | |
ContainsKey(String) | |
CopyFrom(IDictionary) | |
CopyFrom(PSObject) | |
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IKeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses. |
FromJsonString(String) |
Creates a new instance of KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses, deserializing the content from a json string. |
Remove(String) | |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
TryGetValue(String, IApiKvReference) |
Operators
Implicit(KeyVaultReferenceCollectionPropertiesKeyToReferenceStatuses to Dictionary<String,IApiKvReference>) |
Explicit Interface Implementations
IAssociativeArray<IApiKvReference>.AdditionalProperties | |
IAssociativeArray<IApiKvReference>.Count | |
IAssociativeArray<IApiKvReference>.Keys | |
IAssociativeArray<IApiKvReference>.Values |