MariaDbIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.MariaDbIdentityTypeConverter))]
public class MariaDbIdentity : Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.IMariaDbIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.MariaDbIdentityTypeConverter))>]
type MariaDbIdentity = class
    interface IMariaDbIdentity
    interface IJsonSerializable
Public Class MariaDbIdentity
Implements IMariaDbIdentity
Inheritance
MariaDbIdentity
Attributes
Implements

Constructors

MariaDbIdentity()

Creates an new MariaDbIdentity 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 that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

SecurityAlertPolicyName

The name of the security alert policy.

ServerName

The name of the server.

SubscriptionId

The subscription ID that identifies an Azure subscription.

VirtualNetworkRuleName

The name of the virtual network rule.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MariaDbIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MariaDbIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MariaDb.Models.IMariaDbIdentity.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of MariaDbIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to