ServerAutoGenerated Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a server.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerAutoGeneratedTypeConverter))]
public class ServerAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated, Microsoft.Azure.PowerShell.Cmdlets.MySql.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.ServerAutoGeneratedTypeConverter))>]
type ServerAutoGenerated = class
interface IServerAutoGenerated
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class ServerAutoGenerated
Implements IServerAutoGenerated, IValidates
- Inheritance
-
ServerAutoGenerated
- Attributes
- Implements
Constructors
ServerAutoGenerated() |
Creates an new ServerAutoGenerated instance. |
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. |
DatabaseName | |
FirewallRuleName | |
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} |
Location |
The geo-location where the resource lives |
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 |
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. |
SecuredPassword | |
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. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Version |
Server version. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ServerAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ServerAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MySql.Models.Api20210501.IServerAutoGenerated. |
FromJsonString(String) |
Creates a new instance of ServerAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ServerAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |