Freigeben über


AzureAppConfigurationOptions.TrimKeyPrefix(String) Methode

Definition

Schneidet das bereitgestellte Präfix von den Schlüsseln aller Schlüsselwerte ab, die aus Azure App Configuration abgerufen werden.

public Microsoft.Extensions.Configuration.AzureAppConfiguration.AzureAppConfigurationOptions TrimKeyPrefix (string prefix);
member this.TrimKeyPrefix : string -> Microsoft.Extensions.Configuration.AzureAppConfiguration.AzureAppConfigurationOptions
Public Function TrimKeyPrefix (prefix As String) As AzureAppConfigurationOptions

Parameter

prefix
String

Das präfix, das gekürzt werden soll.

Gibt zurück

Gilt für: