次の方法で共有


ISecretStore Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SecretStoreTypeConverter))]
public interface ISecretStore : Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceLinker.Models.Api20221101Preview.SecretStoreTypeConverter))>]
type ISecretStore = interface
    interface IJsonSerializable
Public Interface ISecretStore
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

KeyVaultId

The key vault id to store secret

KeyVaultSecretName

The key vault secret name to store secret, only valid when storing one secret

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to