StaticSiteDatabaseConnectionConfigurationFileOverview Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. StaticSiteDatabaseConnectionConfigurationFileOverview
- com.
Implements
public final class StaticSiteDatabaseConnectionConfigurationFileOverview
implements JsonSerializable<StaticSiteDatabaseConnectionConfigurationFileOverview>
A database connection configuration file.
Constructor Summary
Constructor | Description |
---|---|
StaticSiteDatabaseConnectionConfigurationFileOverview() |
Creates an instance of Static |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
contents()
Get the contents property: The Base64 encoding of the file contents. |
String |
fileName()
Get the file |
static
Static |
fromJson(JsonReader jsonReader)
Reads an instance of Static |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: The type of configuration file. |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
StaticSiteDatabaseConnectionConfigurationFileOverview
public StaticSiteDatabaseConnectionConfigurationFileOverview()
Creates an instance of StaticSiteDatabaseConnectionConfigurationFileOverview class.
Method Details
contents
public String contents()
Get the contents property: The Base64 encoding of the file contents.
Returns:
fileName
public String fileName()
Get the fileName property: The name of the configuration file.
Returns:
fromJson
public static StaticSiteDatabaseConnectionConfigurationFileOverview fromJson(JsonReader jsonReader)
Reads an instance of StaticSiteDatabaseConnectionConfigurationFileOverview from the JsonReader.
Parameters:
Returns:
Throws:
toJson
type
public String type()
Get the type property: The type of configuration file.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java