IDatabaseConnectionPatchRequestProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionPatchRequestPropertiesTypeConverter))]
public interface IDatabaseConnectionPatchRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionPatchRequestPropertiesTypeConverter))>]
type IDatabaseConnectionPatchRequestProperties = interface
interface IJsonSerializable
Public Interface IDatabaseConnectionPatchRequestProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |