StaticSiteDatabaseConnectionPatchContent Class

Definition

Static Site Database Connection Request Properties resource when patching.

public class StaticSiteDatabaseConnectionPatchContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.StaticSiteDatabaseConnectionPatchContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.StaticSiteDatabaseConnectionPatchContent>
type StaticSiteDatabaseConnectionPatchContent = class
    interface IJsonModel<StaticSiteDatabaseConnectionPatchContent>
    interface IPersistableModel<StaticSiteDatabaseConnectionPatchContent>
Public Class StaticSiteDatabaseConnectionPatchContent
Implements IJsonModel(Of StaticSiteDatabaseConnectionPatchContent), IPersistableModel(Of StaticSiteDatabaseConnectionPatchContent)
Inheritance
StaticSiteDatabaseConnectionPatchContent
Implements

Constructors

StaticSiteDatabaseConnectionPatchContent()

Initializes a new instance of StaticSiteDatabaseConnectionPatchContent.

Properties

ConnectionIdentity

If present, the identity is used in conjunction with connection string to connect to the database. Use of the system-assigned managed identity is indicated with the string 'SystemAssigned', while use of a user-assigned managed identity is indicated with the resource id of the managed identity resource.

ConnectionString

The connection string to use to connect to the database.

Region

The region of the database resource.

ResourceId

The resource id of the database.

Explicit Interface Implementations

IJsonModel<StaticSiteDatabaseConnectionPatchContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<StaticSiteDatabaseConnectionPatchContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StaticSiteDatabaseConnectionPatchContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StaticSiteDatabaseConnectionPatchContent>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<StaticSiteDatabaseConnectionPatchContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to