KeyVaultReferenceResourceInner Constructors

Definition

Overloads

KeyVaultReferenceResourceInner()

Initializes a new instance of the KeyVaultReferenceResourceInner class.

KeyVaultReferenceResourceInner(String, String, String, String, String, Nullable<ResolveStatus>, String, String, String, Nullable<ManagedServiceIdentityType>, String, Nullable<ConfigReferenceSource>, Nullable<ConfigReferenceLocation>)

Initializes a new instance of the KeyVaultReferenceResourceInner class.

KeyVaultReferenceResourceInner()

Initializes a new instance of the KeyVaultReferenceResourceInner class.

public KeyVaultReferenceResourceInner ();
Public Sub New ()

Applies to

KeyVaultReferenceResourceInner(String, String, String, String, String, Nullable<ResolveStatus>, String, String, String, Nullable<ManagedServiceIdentityType>, String, Nullable<ConfigReferenceSource>, Nullable<ConfigReferenceLocation>)

Initializes a new instance of the KeyVaultReferenceResourceInner class.

public KeyVaultReferenceResourceInner (string id = default, string name = default, string type = default, string kind = default, string reference = default, Microsoft.Azure.Management.AppService.Fluent.Models.ResolveStatus? status = default, string vaultName = default, string secretName = default, string secretVersion = default, Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityType? identityType = default, string details = default, Microsoft.Azure.Management.AppService.Fluent.Models.ConfigReferenceSource? source = default, Microsoft.Azure.Management.AppService.Fluent.Models.ConfigReferenceLocation? location = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.KeyVaultReferenceResourceInner : string * string * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ResolveStatus> * string * string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityType> * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ConfigReferenceSource> * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ConfigReferenceLocation> -> Microsoft.Azure.Management.AppService.Fluent.Models.KeyVaultReferenceResourceInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional reference As String = Nothing, Optional status As Nullable(Of ResolveStatus) = Nothing, Optional vaultName As String = Nothing, Optional secretName As String = Nothing, Optional secretVersion As String = Nothing, Optional identityType As Nullable(Of ManagedServiceIdentityType) = Nothing, Optional details As String = Nothing, Optional source As Nullable(Of ConfigReferenceSource) = Nothing, Optional location As Nullable(Of ConfigReferenceLocation) = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

reference
String
status
Nullable<ResolveStatus>

Possible values include: 'Initialized', 'Resolved', 'InvalidSyntax', 'MSINotEnabled', 'VaultNotFound', 'SecretNotFound', 'SecretVersionNotFound', 'AccessToKeyVaultDenied', 'OtherReasons'

vaultName
String
secretName
String
secretVersion
String
identityType
Nullable<ManagedServiceIdentityType>

Possible values include: 'None', 'SystemAssigned', 'UserAssigned'

details
String
source
Nullable<ConfigReferenceSource>

Possible values include: 'KeyVault'

location
Nullable<ConfigReferenceLocation>

Possible values include: 'ApplicationSetting'

Applies to