你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServerAutoGenerated Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerAutoGeneratedTypeConverter))]
public interface IServerAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api10.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerAutoGeneratedTypeConverter))>]
type IServerAutoGenerated = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IServerAutoGenerated
Implements ITrackedResource
Derived
Attributes
Implements

Properties

AdministratorLogin

The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).

AdministratorLoginPassword

The password of the administrator login (required for server creation).

AvailabilityZone

availability Zone information of the server.

BackupEarliestRestoreDate

Earliest restore point creation time (ISO8601 format)

BackupGeoRedundantBackup

Whether or not geo redundant backup is enabled.

BackupRetentionDay

Backup retention days for the server.

CreateMode

The mode to create a new MySQL server.

FullyQualifiedDomainName

The fully qualified domain name of a server.

HighAvailabilityMode

High availability mode for a server.

HighAvailabilityStandbyAvailabilityZone

Availability zone of the standby server.

HighAvailabilityState

The state of server high availability.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResource)
Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
MaintenanceWindowCustomWindow

indicates whether custom window is enabled or disabled

MaintenanceWindowDayOfWeek

day of week for maintenance window

MaintenanceWindowStartHour

start hour for maintenance window

MaintenanceWindowStartMinute

start minute for maintenance window

Name

The name of the resource

(Inherited from IResource)
NetworkDelegatedSubnetResourceId

Delegated subnet resource id used to setup vnet for a server.

NetworkPrivateDnsZoneResourceId

Private DNS zone resource id.

NetworkPublicNetworkAccess

Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.

ReplicaCapacity

The maximum number of replicas that a primary server can have.

ReplicationRole

The replication role.

RestorePointInTime

Restore point creation time (ISO8601 format), specifying the time to restore from.

SkuName

The name of the sku, e.g. Standard_D32s_v3.

SkuTier

The tier of the particular SKU, e.g. GeneralPurpose.

SourceServerResourceId

The source MySQL server id.

State

The state of a server.

StorageAutoGrow

Enable Storage Auto Grow or not.

StorageIop

Storage IOPS for a server.

StorageSizeGb

Max storage size allowed for a server.

StorageSku

The sku name of the server storage.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

(Inherited from ITrackedResource)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResource)
Version

Server version.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to