PostgreSqlIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.PostgreSqlIdentityTypeConverter))]
public class PostgreSqlIdentity : Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.PostgreSqlIdentityTypeConverter))>]
type PostgreSqlIdentity = class
    interface IPostgreSqlIdentity
    interface IJsonSerializable
Public Class PostgreSqlIdentity
Implements IPostgreSqlIdentity
Inheritance
PostgreSqlIdentity
Attributes
Implements

Constructors

PostgreSqlIdentity()

Creates an new PostgreSqlIdentity instance.

Properties

ConfigurationName

The name of the server configuration.

DatabaseName

The name of the database.

FirewallRuleName

The name of the server firewall rule.

Id

Resource identity path

LocationName

The name of the location.

ResourceGroupName

The name of the resource group. The name is case insensitive.

SecurityAlertPolicyName

The name of the security alert policy.

ServerName

The name of the server.

SubscriptionId

The ID of the target subscription.

VirtualNetworkRuleName

The name of the virtual network rule.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of PostgreSqlIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of PostgreSqlIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.PostgreSql.Models.IPostgreSqlIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of PostgreSqlIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to