IMariaDbIdentity Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to