// Code generated by azure-service-operator-codegen. DO NOT EDIT.
github.com/Azure/azure-service-operator/v2/api/dbformysql/v1api20210501
├── APIVersion: Enum (1 value)
│   └── "2021-05-01"
├── FlexibleServer: Resource
│   ├── Owner: resources/v1apiv20191001.ResourceGroup
│   ├── Spec: Object (21 properties)
│   │   ├── AdministratorLogin: *string
│   │   ├── AdministratorLoginPassword: *genruntime.SecretReference
│   │   ├── AvailabilityZone: *string
│   │   ├── AzureName: string
│   │   ├── Backup: *Object (2 properties)
│   │   │   ├── BackupRetentionDays: *int
│   │   │   └── GeoRedundantBackup: *Enum (2 values)
│   │   │       ├── "Disabled"
│   │   │       └── "Enabled"
│   │   ├── CreateMode: *Enum (4 values)
│   │   │   ├── "Default"
│   │   │   ├── "GeoRestore"
│   │   │   ├── "PointInTimeRestore"
│   │   │   └── "Replica"
│   │   ├── DataEncryption: *Object (5 properties)
│   │   │   ├── GeoBackupKeyURI: *string
│   │   │   ├── GeoBackupUserAssignedIdentityReference: *genruntime.ResourceReference
│   │   │   ├── PrimaryKeyURI: *string
│   │   │   ├── PrimaryUserAssignedIdentityReference: *genruntime.ResourceReference
│   │   │   └── Type: *Enum (2 values)
│   │   │       ├── "AzureKeyVault"
│   │   │       └── "SystemManaged"
│   │   ├── HighAvailability: *Object (2 properties)
│   │   │   ├── Mode: *Enum (3 values)
│   │   │   │   ├── "Disabled"
│   │   │   │   ├── "SameZone"
│   │   │   │   └── "ZoneRedundant"
│   │   │   └── StandbyAvailabilityZone: *string
│   │   ├── Identity: *Object (2 properties)
│   │   │   ├── Type: *Enum (1 value)
│   │   │   │   └── "UserAssigned"
│   │   │   └── UserAssignedIdentities: Object (1 property)[]
│   │   │       └── Reference: genruntime.ResourceReference
│   │   ├── Location: *string
│   │   ├── MaintenanceWindow: *Object (4 properties)
│   │   │   ├── CustomWindow: *string
│   │   │   ├── DayOfWeek: *int
│   │   │   ├── StartHour: *int
│   │   │   └── StartMinute: *int
│   │   ├── Network: *Object (2 properties)
│   │   │   ├── DelegatedSubnetResourceReference: *genruntime.ResourceReference
│   │   │   └── PrivateDnsZoneResourceReference: *genruntime.ResourceReference
│   │   ├── OperatorSpec: *Object (1 property)
│   │   │   └── Secrets: *Object (1 property)
│   │   │       └── FullyQualifiedDomainName: *genruntime.SecretDestination
│   │   ├── Owner: *genruntime.KnownResourceReference
│   │   ├── ReplicationRole: *Enum (3 values)
│   │   │   ├── "None"
│   │   │   ├── "Replica"
│   │   │   └── "Source"
│   │   ├── RestorePointInTime: *string
│   │   ├── Sku: *Object (2 properties)
│   │   │   ├── Name: *string
│   │   │   └── Tier: *Enum (3 values)
│   │   │       ├── "Burstable"
│   │   │       ├── "GeneralPurpose"
│   │   │       └── "MemoryOptimized"
│   │   ├── SourceServerResourceId: *string
│   │   ├── Storage: *Object (3 properties)
│   │   │   ├── AutoGrow: *Enum (2 values)
│   │   │   │   ├── "Disabled"
│   │   │   │   └── "Enabled"
│   │   │   ├── Iops: *int
│   │   │   └── StorageSizeGB: *int
│   │   ├── Tags: map[string]string
│   │   └── Version: *Enum (2 values)
│   │       ├── "5.7"
│   │       └── "8.0.21"
│   └── Status: Object (25 properties)
│       ├── AdministratorLogin: *string
│       ├── AvailabilityZone: *string
│       ├── Backup: *Object (3 properties)
│       │   ├── BackupRetentionDays: *int
│       │   ├── EarliestRestoreDate: *string
│       │   └── GeoRedundantBackup: *Enum (2 values)
│       │       ├── "Disabled"
│       │       └── "Enabled"
│       ├── Conditions: conditions.Condition[]
│       ├── CreateMode: *Enum (4 values)
│       │   ├── "Default"
│       │   ├── "GeoRestore"
│       │   ├── "PointInTimeRestore"
│       │   └── "Replica"
│       ├── DataEncryption: *Object (5 properties)
│       │   ├── GeoBackupKeyURI: *string
│       │   ├── GeoBackupUserAssignedIdentityId: *string
│       │   ├── PrimaryKeyURI: *string
│       │   ├── PrimaryUserAssignedIdentityId: *string
│       │   └── Type: *Enum (2 values)
│       │       ├── "AzureKeyVault"
│       │       └── "SystemManaged"
│       ├── FullyQualifiedDomainName: *string
│       ├── HighAvailability: *Object (3 properties)
│       │   ├── Mode: *Enum (3 values)
│       │   │   ├── "Disabled"
│       │   │   ├── "SameZone"
│       │   │   └── "ZoneRedundant"
│       │   ├── StandbyAvailabilityZone: *string
│       │   └── State: *Enum (5 values)
│       │       ├── "CreatingStandby"
│       │       ├── "FailingOver"
│       │       ├── "Healthy"
│       │       ├── "NotEnabled"
│       │       └── "RemovingStandby"
│       ├── Id: *string
│       ├── Identity: *Object (4 properties)
│       │   ├── PrincipalId: *string
│       │   ├── TenantId: *string
│       │   ├── Type: *Enum (1 value)
│       │   │   └── "UserAssigned"
│       │   └── UserAssignedIdentities: map[string]v1.JSON
│       ├── Location: *string
│       ├── MaintenanceWindow: *Object (4 properties)
│       │   ├── CustomWindow: *string
│       │   ├── DayOfWeek: *int
│       │   ├── StartHour: *int
│       │   └── StartMinute: *int
│       ├── Name: *string
│       ├── Network: *Object (3 properties)
│       │   ├── DelegatedSubnetResourceId: *string
│       │   ├── PrivateDnsZoneResourceId: *string
│       │   └── PublicNetworkAccess: *Enum (2 values)
│       │       ├── "Disabled"
│       │       └── "Enabled"
│       ├── ReplicaCapacity: *int
│       ├── ReplicationRole: *Enum (3 values)
│       │   ├── "None"
│       │   ├── "Replica"
│       │   └── "Source"
│       ├── RestorePointInTime: *string
│       ├── Sku: *Object (2 properties)
│       │   ├── Name: *string
│       │   └── Tier: *Enum (3 values)
│       │       ├── "Burstable"
│       │       ├── "GeneralPurpose"
│       │       └── "MemoryOptimized"
│       ├── SourceServerResourceId: *string
│       ├── State: *Enum (7 values)
│       │   ├── "Disabled"
│       │   ├── "Dropping"
│       │   ├── "Ready"
│       │   ├── "Starting"
│       │   ├── "Stopped"
│       │   ├── "Stopping"
│       │   └── "Updating"
│       ├── Storage: *Object (4 properties)
│       │   ├── AutoGrow: *Enum (2 values)
│       │   │   ├── "Disabled"
│       │   │   └── "Enabled"
│       │   ├── Iops: *int
│       │   ├── StorageSizeGB: *int
│       │   └── StorageSku: *string
│       ├── SystemData: *Object (6 properties)
│       │   ├── CreatedAt: *string
│       │   ├── CreatedBy: *string
│       │   ├── CreatedByType: *Enum (4 values)
│       │   │   ├── "Application"
│       │   │   ├── "Key"
│       │   │   ├── "ManagedIdentity"
│       │   │   └── "User"
│       │   ├── LastModifiedAt: *string
│       │   ├── LastModifiedBy: *string
│       │   └── LastModifiedByType: *Enum (4 values)
│       │       ├── "Application"
│       │       ├── "Key"
│       │       ├── "ManagedIdentity"
│       │       └── "User"
│       ├── Tags: map[string]string
│       ├── Type: *string
│       └── Version: *Enum (2 values)
│           ├── "5.7"
│           └── "8.0.21"
├── FlexibleServer_STATUS_ARM: Object (9 properties)
│   ├── Id: *string
│   ├── Identity: *Object (4 properties)
│   │   ├── PrincipalId: *string
│   │   ├── TenantId: *string
│   │   ├── Type: *Enum (1 value)
│   │   │   └── "UserAssigned"
│   │   └── UserAssignedIdentities: map[string]v1.JSON
│   ├── Location: *string
│   ├── Name: *string
│   ├── Properties: *Object (16 properties)
│   │   ├── AdministratorLogin: *string
│   │   ├── AvailabilityZone: *string
│   │   ├── Backup: *Object (3 properties)
│   │   │   ├── BackupRetentionDays: *int
│   │   │   ├── EarliestRestoreDate: *string
│   │   │   └── GeoRedundantBackup: *Enum (2 values)
│   │   │       ├── "Disabled"
│   │   │       └── "Enabled"
│   │   ├── CreateMode: *Enum (4 values)
│   │   │   ├── "Default"
│   │   │   ├── "GeoRestore"
│   │   │   ├── "PointInTimeRestore"
│   │   │   └── "Replica"
│   │   ├── DataEncryption: *Object (5 properties)
│   │   │   ├── GeoBackupKeyURI: *string
│   │   │   ├── GeoBackupUserAssignedIdentityId: *string
│   │   │   ├── PrimaryKeyURI: *string
│   │   │   ├── PrimaryUserAssignedIdentityId: *string
│   │   │   └── Type: *Enum (2 values)
│   │   │       ├── "AzureKeyVault"
│   │   │       └── "SystemManaged"
│   │   ├── FullyQualifiedDomainName: *string
│   │   ├── HighAvailability: *Object (3 properties)
│   │   │   ├── Mode: *Enum (3 values)
│   │   │   │   ├── "Disabled"
│   │   │   │   ├── "SameZone"
│   │   │   │   └── "ZoneRedundant"
│   │   │   ├── StandbyAvailabilityZone: *string
│   │   │   └── State: *Enum (5 values)
│   │   │       ├── "CreatingStandby"
│   │   │       ├── "FailingOver"
│   │   │       ├── "Healthy"
│   │   │       ├── "NotEnabled"
│   │   │       └── "RemovingStandby"
│   │   ├── MaintenanceWindow: *Object (4 properties)
│   │   │   ├── CustomWindow: *string
│   │   │   ├── DayOfWeek: *int
│   │   │   ├── StartHour: *int
│   │   │   └── StartMinute: *int
│   │   ├── Network: *Object (3 properties)
│   │   │   ├── DelegatedSubnetResourceId: *string
│   │   │   ├── PrivateDnsZoneResourceId: *string
│   │   │   └── PublicNetworkAccess: *Enum (2 values)
│   │   │       ├── "Disabled"
│   │   │       └── "Enabled"
│   │   ├── ReplicaCapacity: *int
│   │   ├── ReplicationRole: *Enum (3 values)
│   │   │   ├── "None"
│   │   │   ├── "Replica"
│   │   │   └── "Source"
│   │   ├── RestorePointInTime: *string
│   │   ├── SourceServerResourceId: *string
│   │   ├── State: *Enum (7 values)
│   │   │   ├── "Disabled"
│   │   │   ├── "Dropping"
│   │   │   ├── "Ready"
│   │   │   ├── "Starting"
│   │   │   ├── "Stopped"
│   │   │   ├── "Stopping"
│   │   │   └── "Updating"
│   │   ├── Storage: *Object (4 properties)
│   │   │   ├── AutoGrow: *Enum (2 values)
│   │   │   │   ├── "Disabled"
│   │   │   │   └── "Enabled"
│   │   │   ├── Iops: *int
│   │   │   ├── StorageSizeGB: *int
│   │   │   └── StorageSku: *string
│   │   └── Version: *Enum (2 values)
│   │       ├── "5.7"
│   │       └── "8.0.21"
│   ├── Sku: *Object (2 properties)
│   │   ├── Name: *string
│   │   └── Tier: *Enum (3 values)
│   │       ├── "Burstable"
│   │       ├── "GeneralPurpose"
│   │       └── "MemoryOptimized"
│   ├── SystemData: *Object (6 properties)
│   │   ├── CreatedAt: *string
│   │   ├── CreatedBy: *string
│   │   ├── CreatedByType: *Enum (4 values)
│   │   │   ├── "Application"
│   │   │   ├── "Key"
│   │   │   ├── "ManagedIdentity"
│   │   │   └── "User"
│   │   ├── LastModifiedAt: *string
│   │   ├── LastModifiedBy: *string
│   │   └── LastModifiedByType: *Enum (4 values)
│   │       ├── "Application"
│   │       ├── "Key"
│   │       ├── "ManagedIdentity"
│   │       └── "User"
│   ├── Tags: map[string]string
│   └── Type: *string
├── FlexibleServer_Spec_ARM: Object (6 properties)
│   ├── Identity: *Object (2 properties)
│   │   ├── Type: *Enum (1 value)
│   │   │   └── "UserAssigned"
│   │   └── UserAssignedIdentities: map[string]Object (0 properties)
│   ├── Location: *string
│   ├── Name: string
│   ├── Properties: *Object (14 properties)
│   │   ├── AdministratorLogin: *string
│   │   ├── AdministratorLoginPassword: *string
│   │   ├── AvailabilityZone: *string
│   │   ├── Backup: *Object (2 properties)
│   │   │   ├── BackupRetentionDays: *int
│   │   │   └── GeoRedundantBackup: *Enum (2 values)
│   │   │       ├── "Disabled"
│   │   │       └── "Enabled"
│   │   ├── CreateMode: *Enum (4 values)
│   │   │   ├── "Default"
│   │   │   ├── "GeoRestore"
│   │   │   ├── "PointInTimeRestore"
│   │   │   └── "Replica"
│   │   ├── DataEncryption: *Object (5 properties)
│   │   │   ├── GeoBackupKeyURI: *string
│   │   │   ├── GeoBackupUserAssignedIdentityId: *string
│   │   │   ├── PrimaryKeyURI: *string
│   │   │   ├── PrimaryUserAssignedIdentityId: *string
│   │   │   └── Type: *Enum (2 values)
│   │   │       ├── "AzureKeyVault"
│   │   │       └── "SystemManaged"
│   │   ├── HighAvailability: *Object (2 properties)
│   │   │   ├── Mode: *Enum (3 values)
│   │   │   │   ├── "Disabled"
│   │   │   │   ├── "SameZone"
│   │   │   │   └── "ZoneRedundant"
│   │   │   └── StandbyAvailabilityZone: *string
│   │   ├── MaintenanceWindow: *Object (4 properties)
│   │   │   ├── CustomWindow: *string
│   │   │   ├── DayOfWeek: *int
│   │   │   ├── StartHour: *int
│   │   │   └── StartMinute: *int
│   │   ├── Network: *Object (2 properties)
│   │   │   ├── DelegatedSubnetResourceId: *string
│   │   │   └── PrivateDnsZoneResourceId: *string
│   │   ├── ReplicationRole: *Enum (3 values)
│   │   │   ├── "None"
│   │   │   ├── "Replica"
│   │   │   └── "Source"
│   │   ├── RestorePointInTime: *string
│   │   ├── SourceServerResourceId: *string
│   │   ├── Storage: *Object (3 properties)
│   │   │   ├── AutoGrow: *Enum (2 values)
│   │   │   │   ├── "Disabled"
│   │   │   │   └── "Enabled"
│   │   │   ├── Iops: *int
│   │   │   └── StorageSizeGB: *int
│   │   └── Version: *Enum (2 values)
│   │       ├── "5.7"
│   │       └── "8.0.21"
│   ├── Sku: *Object (2 properties)
│   │   ├── Name: *string
│   │   └── Tier: *Enum (3 values)
│   │       ├── "Burstable"
│   │       ├── "GeneralPurpose"
│   │       └── "MemoryOptimized"
│   └── Tags: map[string]string
├── FlexibleServersDatabase: Resource
│   ├── Owner: FlexibleServer
│   ├── Spec: Object (4 properties)
│   │   ├── AzureName: string
│   │   ├── Charset: *string
│   │   ├── Collation: *string
│   │   └── Owner: *genruntime.KnownResourceReference
│   └── Status: Object (7 properties)
│       ├── Charset: *string
│       ├── Collation: *string
│       ├── Conditions: conditions.Condition[]
│       ├── Id: *string
│       ├── Name: *string
│       ├── SystemData: *Object (6 properties)
│       │   ├── CreatedAt: *string
│       │   ├── CreatedBy: *string
│       │   ├── CreatedByType: *Enum (4 values)
│       │   │   ├── "Application"
│       │   │   ├── "Key"
│       │   │   ├── "ManagedIdentity"
│       │   │   └── "User"
│       │   ├── LastModifiedAt: *string
│       │   ├── LastModifiedBy: *string
│       │   └── LastModifiedByType: *Enum (4 values)
│       │       ├── "Application"
│       │       ├── "Key"
│       │       ├── "ManagedIdentity"
│       │       └── "User"
│       └── Type: *string
├── FlexibleServersFirewallRule: Resource
│   ├── Owner: FlexibleServer
│   ├── Spec: Object (4 properties)
│   │   ├── AzureName: string
│   │   ├── EndIpAddress: Validated<*string> (1 rule)
│   │   │   └── Rule 0: Pattern: "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
│   │   ├── Owner: *genruntime.KnownResourceReference
│   │   └── StartIpAddress: Validated<*string> (1 rule)
│   │       └── Rule 0: Pattern: "^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
│   └── Status: Object (7 properties)
│       ├── Conditions: conditions.Condition[]
│       ├── EndIpAddress: *string
│       ├── Id: *string
│       ├── Name: *string
│       ├── StartIpAddress: *string
│       ├── SystemData: *Object (6 properties)
│       │   ├── CreatedAt: *string
│       │   ├── CreatedBy: *string
│       │   ├── CreatedByType: *Enum (4 values)
│       │   │   ├── "Application"
│       │   │   ├── "Key"
│       │   │   ├── "ManagedIdentity"
│       │   │   └── "User"
│       │   ├── LastModifiedAt: *string
│       │   ├── LastModifiedBy: *string
│       │   └── LastModifiedByType: *Enum (4 values)
│       │       ├── "Application"
│       │       ├── "Key"
│       │       ├── "ManagedIdentity"
│       │       └── "User"
│       └── Type: *string
├── FlexibleServers_Database_STATUS_ARM: Object (5 properties)
│   ├── Id: *string
│   ├── Name: *string
│   ├── Properties: *Object (2 properties)
│   │   ├── Charset: *string
│   │   └── Collation: *string
│   ├── SystemData: *Object (6 properties)
│   │   ├── CreatedAt: *string
│   │   ├── CreatedBy: *string
│   │   ├── CreatedByType: *Enum (4 values)
│   │   │   ├── "Application"
│   │   │   ├── "Key"
│   │   │   ├── "ManagedIdentity"
│   │   │   └── "User"
│   │   ├── LastModifiedAt: *string
│   │   ├── LastModifiedBy: *string
│   │   └── LastModifiedByType: *Enum (4 values)
│   │       ├── "Application"
│   │       ├── "Key"
│   │       ├── "ManagedIdentity"
│   │       └── "User"
│   └── Type: *string
├── FlexibleServers_Database_Spec_ARM: Object (2 properties)
│   ├── Name: string
│   └── Properties: *Object (2 properties)
│       ├── Charset: *string
│       └── Collation: *string
├── FlexibleServers_FirewallRule_STATUS_ARM: Object (5 properties)
│   ├── Id: *string
│   ├── Name: *string
│   ├── Properties: *Object (2 properties)
│   │   ├── EndIpAddress: *string
│   │   └── StartIpAddress: *string
│   ├── SystemData: *Object (6 properties)
│   │   ├── CreatedAt: *string
│   │   ├── CreatedBy: *string
│   │   ├── CreatedByType: *Enum (4 values)
│   │   │   ├── "Application"
│   │   │   ├── "Key"
│   │   │   ├── "ManagedIdentity"
│   │   │   └── "User"
│   │   ├── LastModifiedAt: *string
│   │   ├── LastModifiedBy: *string
│   │   └── LastModifiedByType: *Enum (4 values)
│   │       ├── "Application"
│   │       ├── "Key"
│   │       ├── "ManagedIdentity"
│   │       └── "User"
│   └── Type: *string
└── FlexibleServers_FirewallRule_Spec_ARM: Object (2 properties)
    ├── Name: string
    └── Properties: *Object (2 properties)
        ├── EndIpAddress: *string
        └── StartIpAddress: *string
