ApiKVReference 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.
Description of site key vault references.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ApiKVReference : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ApiKVReference = class
inherit ProxyOnlyResource
Public Class ApiKVReference
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
ApiKVReference() |
Initializes a new instance of the ApiKVReference class. |
ApiKVReference(String, String, String, String, String, Nullable<ResolveStatus>, String, String, String, ManagedServiceIdentity, String, Nullable<ConfigReferenceSource>, String) |
Initializes a new instance of the ApiKVReference class. |
Properties
ActiveVersion | |
Details | |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
IdentityType | |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Reference | |
SecretName | |
SecretVersion | |
Source |
Gets or sets possible values include: 'KeyVault' |
Status |
Gets or sets possible values include: 'Initialized', 'Resolved', 'InvalidSyntax', 'MSINotEnabled', 'VaultNotFound', 'SecretNotFound', 'SecretVersionNotFound', 'AccessToKeyVaultDenied', 'OtherReasons', 'FetchTimedOut', 'UnauthorizedClient' |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
VaultName |
Applies to
Azure SDK for .NET