Web app gallery: database & username prefix & suffix processing added form databases policies
This commit is contained in:
parent
b25684b667
commit
928f63b805
5 changed files with 172 additions and 9 deletions
|
@ -101,6 +101,8 @@ namespace WebsitePanel.Providers.WebAppGallery
|
|||
public DeploymentParameterValidationKind ValidationKind { get; set; }
|
||||
public string ValidationString { get; set; }
|
||||
public DeploymentParameterWellKnownTag WellKnownTags { get; set; }
|
||||
public string ValuePrefix { get; set; }
|
||||
public string ValueSuffix { get; set; }
|
||||
#endregion
|
||||
|
||||
#if DEBUG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue