Condividi tramite


DatabaseConnectionPatchRequestProperties Class

Definition

DatabaseConnectionPatchRequest resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionPatchRequestPropertiesTypeConverter))]
public class DatabaseConnectionPatchRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionPatchRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionPatchRequestPropertiesTypeConverter))>]
type DatabaseConnectionPatchRequestProperties = class
    interface IDatabaseConnectionPatchRequestProperties
    interface IJsonSerializable
Public Class DatabaseConnectionPatchRequestProperties
Implements IDatabaseConnectionPatchRequestProperties
Inheritance
DatabaseConnectionPatchRequestProperties
Attributes
Implements

Constructors

DatabaseConnectionPatchRequestProperties()

Creates an new DatabaseConnectionPatchRequestProperties instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DatabaseConnectionPatchRequestProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DatabaseConnectionPatchRequestProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionPatchRequestProperties.

FromJsonString(String)

Creates a new instance of DatabaseConnectionPatchRequestProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of DatabaseConnectionPatchRequestProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to