ApiKvReferenceProperties 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.
ApiKVReference resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ApiKvReferencePropertiesTypeConverter))]
public class ApiKvReferenceProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IApiKvReferenceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.ApiKvReferencePropertiesTypeConverter))>]
type ApiKvReferenceProperties = class
interface IApiKvReferenceProperties
interface IJsonSerializable
Public Class ApiKvReferenceProperties
Implements IApiKvReferenceProperties
- Inheritance
-
ApiKvReferenceProperties
- Attributes
- Implements
Constructors
ApiKvReferenceProperties() |
Creates an new ApiKvReferenceProperties instance. |
Properties
ActiveVersion | |
Detail | |
IdentityTypePrincipalId |
Principal Id of managed service identity. |
IdentityTypeTenantId |
Tenant of managed service identity. |
IdentityTypeType |
Type of managed service identity. |
IdentityTypeUserAssignedIdentity |
The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName} |
Reference | |
SecretName | |
SecretVersion | |
Source | |
Status | |
VaultName |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ApiKvReferenceProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ApiKvReferenceProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IApiKvReferenceProperties. |
FromJsonString(String) |
Creates a new instance of ApiKvReferenceProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ApiKvReferenceProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |