ArmAppServiceModelFactory.StaticSiteDatabaseConnectionConfigurationFileOverview Method
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.
Initializes a new instance of StaticSiteDatabaseConnectionConfigurationFileOverview.
public static Azure.ResourceManager.AppService.Models.StaticSiteDatabaseConnectionConfigurationFileOverview StaticSiteDatabaseConnectionConfigurationFileOverview(string fileName = default, string contents = default, string staticSiteDatabaseConnectionConfigurationFileOverviewType = default);
static member StaticSiteDatabaseConnectionConfigurationFileOverview : string * string * string -> Azure.ResourceManager.AppService.Models.StaticSiteDatabaseConnectionConfigurationFileOverview
Public Shared Function StaticSiteDatabaseConnectionConfigurationFileOverview (Optional fileName As String = Nothing, Optional contents As String = Nothing, Optional staticSiteDatabaseConnectionConfigurationFileOverviewType As String = Nothing) As StaticSiteDatabaseConnectionConfigurationFileOverview
Parameters
- fileName
- String
The name of the configuration file.
- contents
- String
The Base64 encoding of the file contents.
- staticSiteDatabaseConnectionConfigurationFileOverviewType
- String
The type of configuration file.
Returns
A new StaticSiteDatabaseConnectionConfigurationFileOverview instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET