DatabaseConnectionPatchRequest Class
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.
Static Site Database Connection Request Properties resource when patching
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionPatchRequestTypeConverter))]
public class DatabaseConnectionPatchRequest : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionPatchRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.DatabaseConnectionPatchRequestTypeConverter))>]
type DatabaseConnectionPatchRequest = class
interface IDatabaseConnectionPatchRequest
interface IJsonSerializable
Public Class DatabaseConnectionPatchRequest
Implements IDatabaseConnectionPatchRequest
- Inheritance
-
DatabaseConnectionPatchRequest
- Attributes
- Implements
Constructors
DatabaseConnectionPatchRequest() |
Creates an new DatabaseConnectionPatchRequest 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 DatabaseConnectionPatchRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of DatabaseConnectionPatchRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IDatabaseConnectionPatchRequest. |
FromJsonString(String) |
Creates a new instance of DatabaseConnectionPatchRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of DatabaseConnectionPatchRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |