azure-native.dbformysql.getServer
Gets information about a server.
Uses Azure REST API version 2024-02-01-preview.
Other available API versions: 2022-01-01, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-10-01-preview, 2023-12-01-preview, 2023-12-30, 2024-06-01-preview, 2024-10-01-preview, 2024-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native dbformysql [ApiVersion]. See the version guide for details.
Using getServer
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getServer(args: GetServerArgs, opts?: InvokeOptions): Promise<GetServerResult>
function getServerOutput(args: GetServerOutputArgs, opts?: InvokeOptions): Output<GetServerResult>def get_server(resource_group_name: Optional[str] = None,
               server_name: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetServerResult
def get_server_output(resource_group_name: Optional[pulumi.Input[str]] = None,
               server_name: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetServerResult]func LookupServer(ctx *Context, args *LookupServerArgs, opts ...InvokeOption) (*LookupServerResult, error)
func LookupServerOutput(ctx *Context, args *LookupServerOutputArgs, opts ...InvokeOption) LookupServerResultOutput> Note: This function is named LookupServer in the Go SDK.
public static class GetServer 
{
    public static Task<GetServerResult> InvokeAsync(GetServerArgs args, InvokeOptions? opts = null)
    public static Output<GetServerResult> Invoke(GetServerInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServerResult> getServer(GetServerArgs args, InvokeOptions options)
public static Output<GetServerResult> getServer(GetServerArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:dbformysql:getServer
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Server
Name string - The name of the server.
 
- Resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - Server
Name string - The name of the server.
 
- resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - server
Name String - The name of the server.
 
- resource
Group stringName  - The name of the resource group. The name is case insensitive.
 - server
Name string - The name of the server.
 
- resource_
group_ strname  - The name of the resource group. The name is case insensitive.
 - server_
name str - The name of the server.
 
- resource
Group StringName  - The name of the resource group. The name is case insensitive.
 - server
Name String - The name of the server.
 
getServer Result
The following output properties are available:
- Azure
Api stringVersion  - The Azure API version of the resource.
 - Fully
Qualified stringDomain Name  - The fully qualified domain name of a server.
 - Id string
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - Location string
 - The geo-location where the resource lives
 - Name string
 - The name of the resource
 - Private
Endpoint List<Pulumi.Connections Azure Native. DBfor My SQL. Outputs. Private Endpoint Connection Response>  - PrivateEndpointConnections related properties of a server.
 - Replica
Capacity int - The maximum number of replicas that a primary server can have.
 - State string
 - The state of a server.
 - System
Data Pulumi.Azure Native. DBfor My SQL. Outputs. System Data Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - Type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - Administrator
Login string - The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
 - Availability
Zone string - availability Zone information of the server.
 - Backup
Pulumi.
Azure Native. DBfor My SQL. Outputs. Backup Response  - Backup related properties of a server.
 - Data
Encryption Pulumi.Azure Native. DBfor My SQL. Outputs. Data Encryption Response  - The Data Encryption for CMK.
 - High
Availability Pulumi.Azure Native. DBfor My SQL. Outputs. High Availability Response  - High availability related properties of a server.
 - Identity
Pulumi.
Azure Native. DBfor My SQL. Outputs. My SQLServer Identity Response  - The cmk identity for the server.
 - Import
Source Pulumi.Properties Azure Native. DBfor My SQL. Outputs. Import Source Properties Response  - Source properties for import from storage.
 - Maintenance
Window Pulumi.Azure Native. DBfor My SQL. Outputs. Maintenance Window Response  - Maintenance window of a server.
 - Network
Pulumi.
Azure Native. DBfor My SQL. Outputs. Network Response  - Network related properties of a server.
 - Replication
Role string - The replication role.
 - Sku
Pulumi.
Azure Native. DBfor My SQL. Outputs. My SQLServer Sku Response  - The SKU (pricing tier) of the server.
 - Source
Server stringResource Id  - The source MySQL server id.
 - Storage
Pulumi.
Azure Native. DBfor My SQL. Outputs. Storage Response  - Storage related properties of a server.
 - Dictionary<string, string>
 - Resource tags.
 - Version string
 - Server version.
 
- Azure
Api stringVersion  - The Azure API version of the resource.
 - Fully
Qualified stringDomain Name  - The fully qualified domain name of a server.
 - Id string
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - Location string
 - The geo-location where the resource lives
 - Name string
 - The name of the resource
 - Private
Endpoint []PrivateConnections Endpoint Connection Response  - PrivateEndpointConnections related properties of a server.
 - Replica
Capacity int - The maximum number of replicas that a primary server can have.
 - State string
 - The state of a server.
 - System
Data SystemData Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - Type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - Administrator
Login string - The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
 - Availability
Zone string - availability Zone information of the server.
 - Backup
Backup
Response  - Backup related properties of a server.
 - Data
Encryption DataEncryption Response  - The Data Encryption for CMK.
 - High
Availability HighAvailability Response  - High availability related properties of a server.
 - Identity
My
SQLServer Identity Response  - The cmk identity for the server.
 - Import
Source ImportProperties Source Properties Response  - Source properties for import from storage.
 - Maintenance
Window MaintenanceWindow Response  - Maintenance window of a server.
 - Network
Network
Response  - Network related properties of a server.
 - Replication
Role string - The replication role.
 - Sku
My
SQLServer Sku Response  - The SKU (pricing tier) of the server.
 - Source
Server stringResource Id  - The source MySQL server id.
 - Storage
Storage
Response  - Storage related properties of a server.
 - map[string]string
 - Resource tags.
 - Version string
 - Server version.
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - fully
Qualified StringDomain Name  - The fully qualified domain name of a server.
 - id String
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - location String
 - The geo-location where the resource lives
 - name String
 - The name of the resource
 - private
Endpoint List<PrivateConnections Endpoint Connection Response>  - PrivateEndpointConnections related properties of a server.
 - replica
Capacity Integer - The maximum number of replicas that a primary server can have.
 - state String
 - The state of a server.
 - system
Data SystemData Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - type String
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - administrator
Login String - The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
 - availability
Zone String - availability Zone information of the server.
 - backup
Backup
Response  - Backup related properties of a server.
 - data
Encryption DataEncryption Response  - The Data Encryption for CMK.
 - high
Availability HighAvailability Response  - High availability related properties of a server.
 - identity
My
SQLServer Identity Response  - The cmk identity for the server.
 - import
Source ImportProperties Source Properties Response  - Source properties for import from storage.
 - maintenance
Window MaintenanceWindow Response  - Maintenance window of a server.
 - network
Network
Response  - Network related properties of a server.
 - replication
Role String - The replication role.
 - sku
My
SQLServer Sku Response  - The SKU (pricing tier) of the server.
 - source
Server StringResource Id  - The source MySQL server id.
 - storage
Storage
Response  - Storage related properties of a server.
 - Map<String,String>
 - Resource tags.
 - version String
 - Server version.
 
- azure
Api stringVersion  - The Azure API version of the resource.
 - fully
Qualified stringDomain Name  - The fully qualified domain name of a server.
 - id string
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - location string
 - The geo-location where the resource lives
 - name string
 - The name of the resource
 - private
Endpoint PrivateConnections Endpoint Connection Response[]  - PrivateEndpointConnections related properties of a server.
 - replica
Capacity number - The maximum number of replicas that a primary server can have.
 - state string
 - The state of a server.
 - system
Data SystemData Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - administrator
Login string - The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
 - availability
Zone string - availability Zone information of the server.
 - backup
Backup
Response  - Backup related properties of a server.
 - data
Encryption DataEncryption Response  - The Data Encryption for CMK.
 - high
Availability HighAvailability Response  - High availability related properties of a server.
 - identity
My
SQLServer Identity Response  - The cmk identity for the server.
 - import
Source ImportProperties Source Properties Response  - Source properties for import from storage.
 - maintenance
Window MaintenanceWindow Response  - Maintenance window of a server.
 - network
Network
Response  - Network related properties of a server.
 - replication
Role string - The replication role.
 - sku
My
SQLServer Sku Response  - The SKU (pricing tier) of the server.
 - source
Server stringResource Id  - The source MySQL server id.
 - storage
Storage
Response  - Storage related properties of a server.
 - {[key: string]: string}
 - Resource tags.
 - version string
 - Server version.
 
- azure_
api_ strversion  - The Azure API version of the resource.
 - fully_
qualified_ strdomain_ name  - The fully qualified domain name of a server.
 - id str
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - location str
 - The geo-location where the resource lives
 - name str
 - The name of the resource
 - private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response]  - PrivateEndpointConnections related properties of a server.
 - replica_
capacity int - The maximum number of replicas that a primary server can have.
 - state str
 - The state of a server.
 - system_
data SystemData Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - type str
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - administrator_
login str - The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
 - availability_
zone str - availability Zone information of the server.
 - backup
Backup
Response  - Backup related properties of a server.
 - data_
encryption DataEncryption Response  - The Data Encryption for CMK.
 - high_
availability HighAvailability Response  - High availability related properties of a server.
 - identity
My
SQLServer Identity Response  - The cmk identity for the server.
 - import_
source_ Importproperties Source Properties Response  - Source properties for import from storage.
 - maintenance_
window MaintenanceWindow Response  - Maintenance window of a server.
 - network
Network
Response  - Network related properties of a server.
 - replication_
role str - The replication role.
 - sku
My
SQLServer Sku Response  - The SKU (pricing tier) of the server.
 - source_
server_ strresource_ id  - The source MySQL server id.
 - storage
Storage
Response  - Storage related properties of a server.
 - Mapping[str, str]
 - Resource tags.
 - version str
 - Server version.
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - fully
Qualified StringDomain Name  - The fully qualified domain name of a server.
 - id String
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - location String
 - The geo-location where the resource lives
 - name String
 - The name of the resource
 - private
Endpoint List<Property Map>Connections  - PrivateEndpointConnections related properties of a server.
 - replica
Capacity Number - The maximum number of replicas that a primary server can have.
 - state String
 - The state of a server.
 - system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - type String
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - administrator
Login String - The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
 - availability
Zone String - availability Zone information of the server.
 - backup Property Map
 - Backup related properties of a server.
 - data
Encryption Property Map - The Data Encryption for CMK.
 - high
Availability Property Map - High availability related properties of a server.
 - identity Property Map
 - The cmk identity for the server.
 - import
Source Property MapProperties  - Source properties for import from storage.
 - maintenance
Window Property Map - Maintenance window of a server.
 - network Property Map
 - Network related properties of a server.
 - replication
Role String - The replication role.
 - sku Property Map
 - The SKU (pricing tier) of the server.
 - source
Server StringResource Id  - The source MySQL server id.
 - storage Property Map
 - Storage related properties of a server.
 - Map<String>
 - Resource tags.
 - version String
 - Server version.
 
Supporting Types
BackupResponse 
- Earliest
Restore stringDate  - Earliest restore point creation time (ISO8601 format)
 - Backup
Interval intHours  - Backup interval hours for the server.
 - Backup
Retention intDays  - Backup retention days for the server.
 - Geo
Redundant stringBackup  - Whether or not geo redundant backup is enabled.
 
- Earliest
Restore stringDate  - Earliest restore point creation time (ISO8601 format)
 - Backup
Interval intHours  - Backup interval hours for the server.
 - Backup
Retention intDays  - Backup retention days for the server.
 - Geo
Redundant stringBackup  - Whether or not geo redundant backup is enabled.
 
- earliest
Restore StringDate  - Earliest restore point creation time (ISO8601 format)
 - backup
Interval IntegerHours  - Backup interval hours for the server.
 - backup
Retention IntegerDays  - Backup retention days for the server.
 - geo
Redundant StringBackup  - Whether or not geo redundant backup is enabled.
 
- earliest
Restore stringDate  - Earliest restore point creation time (ISO8601 format)
 - backup
Interval numberHours  - Backup interval hours for the server.
 - backup
Retention numberDays  - Backup retention days for the server.
 - geo
Redundant stringBackup  - Whether or not geo redundant backup is enabled.
 
- earliest_
restore_ strdate  - Earliest restore point creation time (ISO8601 format)
 - backup_
interval_ inthours  - Backup interval hours for the server.
 - backup_
retention_ intdays  - Backup retention days for the server.
 - geo_
redundant_ strbackup  - Whether or not geo redundant backup is enabled.
 
- earliest
Restore StringDate  - Earliest restore point creation time (ISO8601 format)
 - backup
Interval NumberHours  - Backup interval hours for the server.
 - backup
Retention NumberDays  - Backup retention days for the server.
 - geo
Redundant StringBackup  - Whether or not geo redundant backup is enabled.
 
DataEncryptionResponse  
- Geo
Backup stringKey URI  - Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
 - Geo
Backup stringUser Assigned Identity Id  - Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
 - Primary
Key stringURI  - Primary key uri
 - Primary
User stringAssigned Identity Id  - Primary user identity resource id
 - Type string
 - The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
 
- Geo
Backup stringKey URI  - Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
 - Geo
Backup stringUser Assigned Identity Id  - Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
 - Primary
Key stringURI  - Primary key uri
 - Primary
User stringAssigned Identity Id  - Primary user identity resource id
 - Type string
 - The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
 
- geo
Backup StringKey URI  - Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
 - geo
Backup StringUser Assigned Identity Id  - Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
 - primary
Key StringURI  - Primary key uri
 - primary
User StringAssigned Identity Id  - Primary user identity resource id
 - type String
 - The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
 
- geo
Backup stringKey URI  - Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
 - geo
Backup stringUser Assigned Identity Id  - Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
 - primary
Key stringURI  - Primary key uri
 - primary
User stringAssigned Identity Id  - Primary user identity resource id
 - type string
 - The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
 
- geo_
backup_ strkey_ uri  - Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
 - geo_
backup_ struser_ assigned_ identity_ id  - Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
 - primary_
key_ struri  - Primary key uri
 - primary_
user_ strassigned_ identity_ id  - Primary user identity resource id
 - type str
 - The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
 
- geo
Backup StringKey URI  - Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
 - geo
Backup StringUser Assigned Identity Id  - Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
 - primary
Key StringURI  - Primary key uri
 - primary
User StringAssigned Identity Id  - Primary user identity resource id
 - type String
 - The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
 
HighAvailabilityResponse  
- State string
 - The state of server high availability.
 - Mode string
 - High availability mode for a server.
 - Standby
Availability stringZone  - Availability zone of the standby server.
 
- State string
 - The state of server high availability.
 - Mode string
 - High availability mode for a server.
 - Standby
Availability stringZone  - Availability zone of the standby server.
 
- state String
 - The state of server high availability.
 - mode String
 - High availability mode for a server.
 - standby
Availability StringZone  - Availability zone of the standby server.
 
- state string
 - The state of server high availability.
 - mode string
 - High availability mode for a server.
 - standby
Availability stringZone  - Availability zone of the standby server.
 
- state str
 - The state of server high availability.
 - mode str
 - High availability mode for a server.
 - standby_
availability_ strzone  - Availability zone of the standby server.
 
- state String
 - The state of server high availability.
 - mode String
 - High availability mode for a server.
 - standby
Availability StringZone  - Availability zone of the standby server.
 
ImportSourcePropertiesResponse   
- Data
Dir stringPath  - Relative path of data directory in storage.
 - Storage
Type string - Storage type of import source.
 - Storage
Url string - Uri of the import source storage.
 
- Data
Dir stringPath  - Relative path of data directory in storage.
 - Storage
Type string - Storage type of import source.
 - Storage
Url string - Uri of the import source storage.
 
- data
Dir StringPath  - Relative path of data directory in storage.
 - storage
Type String - Storage type of import source.
 - storage
Url String - Uri of the import source storage.
 
- data
Dir stringPath  - Relative path of data directory in storage.
 - storage
Type string - Storage type of import source.
 - storage
Url string - Uri of the import source storage.
 
- data_
dir_ strpath  - Relative path of data directory in storage.
 - storage_
type str - Storage type of import source.
 - storage_
url str - Uri of the import source storage.
 
- data
Dir StringPath  - Relative path of data directory in storage.
 - storage
Type String - Storage type of import source.
 - storage
Url String - Uri of the import source storage.
 
MaintenanceWindowResponse  
- Custom
Window string - indicates whether custom window is enabled or disabled
 - Day
Of intWeek  - day of week for maintenance window
 - Start
Hour int - start hour for maintenance window
 - Start
Minute int - start minute for maintenance window
 
- Custom
Window string - indicates whether custom window is enabled or disabled
 - Day
Of intWeek  - day of week for maintenance window
 - Start
Hour int - start hour for maintenance window
 - Start
Minute int - start minute for maintenance window
 
- custom
Window String - indicates whether custom window is enabled or disabled
 - day
Of IntegerWeek  - day of week for maintenance window
 - start
Hour Integer - start hour for maintenance window
 - start
Minute Integer - start minute for maintenance window
 
- custom
Window string - indicates whether custom window is enabled or disabled
 - day
Of numberWeek  - day of week for maintenance window
 - start
Hour number - start hour for maintenance window
 - start
Minute number - start minute for maintenance window
 
- custom_
window str - indicates whether custom window is enabled or disabled
 - day_
of_ intweek  - day of week for maintenance window
 - start_
hour int - start hour for maintenance window
 - start_
minute int - start minute for maintenance window
 
- custom
Window String - indicates whether custom window is enabled or disabled
 - day
Of NumberWeek  - day of week for maintenance window
 - start
Hour Number - start hour for maintenance window
 - start
Minute Number - start minute for maintenance window
 
MySQLServerIdentityResponse   
- Principal
Id string - ObjectId from the KeyVault
 - Tenant
Id string - TenantId from the KeyVault
 - Type string
 - Type of managed service identity.
 - User
Assigned Dictionary<string, ImmutableIdentities Array<Pulumi. Azure Native. DBfor My SQL. Inputs. User Assigned Identity Response>>  - Metadata of user assigned identity.
 
- Principal
Id string - ObjectId from the KeyVault
 - Tenant
Id string - TenantId from the KeyVault
 - Type string
 - Type of managed service identity.
 - User
Assigned map[string][]UserIdentities Assigned Identity Response  - Metadata of user assigned identity.
 
- principal
Id String - ObjectId from the KeyVault
 - tenant
Id String - TenantId from the KeyVault
 - type String
 - Type of managed service identity.
 - user
Assigned Map<String,List<UserIdentities Assigned Identity Response>>  - Metadata of user assigned identity.
 
- principal
Id string - ObjectId from the KeyVault
 - tenant
Id string - TenantId from the KeyVault
 - type string
 - Type of managed service identity.
 - user
Assigned {[key: string]: UserIdentities Assigned Identity Response[]}  - Metadata of user assigned identity.
 
- principal_
id str - ObjectId from the KeyVault
 - tenant_
id str - TenantId from the KeyVault
 - type str
 - Type of managed service identity.
 - user_
assigned_ Mapping[str, Sequence[Useridentities Assigned Identity Response]]  - Metadata of user assigned identity.
 
- principal
Id String - ObjectId from the KeyVault
 - tenant
Id String - TenantId from the KeyVault
 - type String
 - Type of managed service identity.
 - user
Assigned Map<List<Property Map>>Identities  - Metadata of user assigned identity.
 
MySQLServerSkuResponse   
NetworkResponse 
- Delegated
Subnet stringResource Id  - Delegated subnet resource id used to setup vnet for a server.
 - Private
Dns stringZone Resource Id  - Private DNS zone resource id.
 - Public
Network stringAccess  - Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
 
- Delegated
Subnet stringResource Id  - Delegated subnet resource id used to setup vnet for a server.
 - Private
Dns stringZone Resource Id  - Private DNS zone resource id.
 - Public
Network stringAccess  - Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
 
- delegated
Subnet StringResource Id  - Delegated subnet resource id used to setup vnet for a server.
 - private
Dns StringZone Resource Id  - Private DNS zone resource id.
 - public
Network StringAccess  - Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
 
- delegated
Subnet stringResource Id  - Delegated subnet resource id used to setup vnet for a server.
 - private
Dns stringZone Resource Id  - Private DNS zone resource id.
 - public
Network stringAccess  - Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
 
- delegated_
subnet_ strresource_ id  - Delegated subnet resource id used to setup vnet for a server.
 - private_
dns_ strzone_ resource_ id  - Private DNS zone resource id.
 - public_
network_ straccess  - Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
 
- delegated
Subnet StringResource Id  - Delegated subnet resource id used to setup vnet for a server.
 - private
Dns StringZone Resource Id  - Private DNS zone resource id.
 - public
Network StringAccess  - Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
 
PrivateEndpointConnectionResponse   
- Group
Ids List<string> - The group ids for the private endpoint resource.
 - Id string
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - Name string
 - The name of the resource
 - Private
Link Pulumi.Service Connection State Azure Native. DBfor My SQL. Inputs. Private Link Service Connection State Response  - A collection of information about the state of the connection between service consumer and provider.
 - Provisioning
State string - The provisioning state of the private endpoint connection resource.
 - System
Data Pulumi.Azure Native. DBfor My SQL. Inputs. System Data Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - Type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - Private
Endpoint Pulumi.Azure Native. DBfor My SQL. Inputs. Private Endpoint Response  - The private endpoint resource.
 
- Group
Ids []string - The group ids for the private endpoint resource.
 - Id string
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - Name string
 - The name of the resource
 - Private
Link PrivateService Connection State Link Service Connection State Response  - A collection of information about the state of the connection between service consumer and provider.
 - Provisioning
State string - The provisioning state of the private endpoint connection resource.
 - System
Data SystemData Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - Type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - Private
Endpoint PrivateEndpoint Response  - The private endpoint resource.
 
- group
Ids List<String> - The group ids for the private endpoint resource.
 - id String
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - name String
 - The name of the resource
 - private
Link PrivateService Connection State Link Service Connection State Response  - A collection of information about the state of the connection between service consumer and provider.
 - provisioning
State String - The provisioning state of the private endpoint connection resource.
 - system
Data SystemData Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - type String
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - private
Endpoint PrivateEndpoint Response  - The private endpoint resource.
 
- group
Ids string[] - The group ids for the private endpoint resource.
 - id string
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - name string
 - The name of the resource
 - private
Link PrivateService Connection State Link Service Connection State Response  - A collection of information about the state of the connection between service consumer and provider.
 - provisioning
State string - The provisioning state of the private endpoint connection resource.
 - system
Data SystemData Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - type string
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - private
Endpoint PrivateEndpoint Response  - The private endpoint resource.
 
- group_
ids Sequence[str] - The group ids for the private endpoint resource.
 - id str
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - name str
 - The name of the resource
 - private_
link_ Privateservice_ connection_ state Link Service Connection State Response  - A collection of information about the state of the connection between service consumer and provider.
 - provisioning_
state str - The provisioning state of the private endpoint connection resource.
 - system_
data SystemData Response  - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - type str
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - private_
endpoint PrivateEndpoint Response  - The private endpoint resource.
 
- group
Ids List<String> - The group ids for the private endpoint resource.
 - id String
 - Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
 - name String
 - The name of the resource
 - private
Link Property MapService Connection State  - A collection of information about the state of the connection between service consumer and provider.
 - provisioning
State String - The provisioning state of the private endpoint connection resource.
 - system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
 - type String
 - The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
 - private
Endpoint Property Map - The private endpoint resource.
 
PrivateEndpointResponse  
- Id string
 - The ARM identifier for private endpoint.
 
- Id string
 - The ARM identifier for private endpoint.
 
- id String
 - The ARM identifier for private endpoint.
 
- id string
 - The ARM identifier for private endpoint.
 
- id str
 - The ARM identifier for private endpoint.
 
- id String
 - The ARM identifier for private endpoint.
 
PrivateLinkServiceConnectionStateResponse     
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
 - Description string
 - The reason for approval/rejection of the connection.
 - Status string
 - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
 
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
 - Description string
 - The reason for approval/rejection of the connection.
 - Status string
 - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
 
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
 - description String
 - The reason for approval/rejection of the connection.
 - status String
 - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
 
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
 - description string
 - The reason for approval/rejection of the connection.
 - status string
 - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
 
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
 - description str
 - The reason for approval/rejection of the connection.
 - status str
 - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
 
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
 - description String
 - The reason for approval/rejection of the connection.
 - status String
 - Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
 
StorageResponse 
- Storage
Sku string - The sku name of the server storage.
 - Auto
Grow string - Enable Storage Auto Grow or not.
 - Auto
Io stringScaling  - Enable IO Auto Scaling or not.
 - Iops int
 - Storage IOPS for a server.
 - Log
On stringDisk  - Enable Log On Disk or not.
 - Storage
Redundancy string - The redundant type of the server storage. The parameter is used for server creation.
 - Storage
Size intGB  - Max storage size allowed for a server.
 
- Storage
Sku string - The sku name of the server storage.
 - Auto
Grow string - Enable Storage Auto Grow or not.
 - Auto
Io stringScaling  - Enable IO Auto Scaling or not.
 - Iops int
 - Storage IOPS for a server.
 - Log
On stringDisk  - Enable Log On Disk or not.
 - Storage
Redundancy string - The redundant type of the server storage. The parameter is used for server creation.
 - Storage
Size intGB  - Max storage size allowed for a server.
 
- storage
Sku String - The sku name of the server storage.
 - auto
Grow String - Enable Storage Auto Grow or not.
 - auto
Io StringScaling  - Enable IO Auto Scaling or not.
 - iops Integer
 - Storage IOPS for a server.
 - log
On StringDisk  - Enable Log On Disk or not.
 - storage
Redundancy String - The redundant type of the server storage. The parameter is used for server creation.
 - storage
Size IntegerGB  - Max storage size allowed for a server.
 
- storage
Sku string - The sku name of the server storage.
 - auto
Grow string - Enable Storage Auto Grow or not.
 - auto
Io stringScaling  - Enable IO Auto Scaling or not.
 - iops number
 - Storage IOPS for a server.
 - log
On stringDisk  - Enable Log On Disk or not.
 - storage
Redundancy string - The redundant type of the server storage. The parameter is used for server creation.
 - storage
Size numberGB  - Max storage size allowed for a server.
 
- storage_
sku str - The sku name of the server storage.
 - auto_
grow str - Enable Storage Auto Grow or not.
 - auto_
io_ strscaling  - Enable IO Auto Scaling or not.
 - iops int
 - Storage IOPS for a server.
 - log_
on_ strdisk  - Enable Log On Disk or not.
 - storage_
redundancy str - The redundant type of the server storage. The parameter is used for server creation.
 - storage_
size_ intgb  - Max storage size allowed for a server.
 
- storage
Sku String - The sku name of the server storage.
 - auto
Grow String - Enable Storage Auto Grow or not.
 - auto
Io StringScaling  - Enable IO Auto Scaling or not.
 - iops Number
 - Storage IOPS for a server.
 - log
On StringDisk  - Enable Log On Disk or not.
 - storage
Redundancy String - The redundant type of the server storage. The parameter is used for server creation.
 - storage
Size NumberGB  - Max storage size allowed for a server.
 
SystemDataResponse  
- Created
At string - The timestamp of resource creation (UTC).
 - Created
By string - The identity that created the resource.
 - Created
By stringType  - The type of identity that created the resource.
 - Last
Modified stringAt  - The timestamp of resource last modification (UTC)
 - Last
Modified stringBy  - The identity that last modified the resource.
 - Last
Modified stringBy Type  - The type of identity that last modified the resource.
 
- Created
At string - The timestamp of resource creation (UTC).
 - Created
By string - The identity that created the resource.
 - Created
By stringType  - The type of identity that created the resource.
 - Last
Modified stringAt  - The timestamp of resource last modification (UTC)
 - Last
Modified stringBy  - The identity that last modified the resource.
 - Last
Modified stringBy Type  - The type of identity that last modified the resource.
 
- created
At String - The timestamp of resource creation (UTC).
 - created
By String - The identity that created the resource.
 - created
By StringType  - The type of identity that created the resource.
 - last
Modified StringAt  - The timestamp of resource last modification (UTC)
 - last
Modified StringBy  - The identity that last modified the resource.
 - last
Modified StringBy Type  - The type of identity that last modified the resource.
 
- created
At string - The timestamp of resource creation (UTC).
 - created
By string - The identity that created the resource.
 - created
By stringType  - The type of identity that created the resource.
 - last
Modified stringAt  - The timestamp of resource last modification (UTC)
 - last
Modified stringBy  - The identity that last modified the resource.
 - last
Modified stringBy Type  - The type of identity that last modified the resource.
 
- created_
at str - The timestamp of resource creation (UTC).
 - created_
by str - The identity that created the resource.
 - created_
by_ strtype  - The type of identity that created the resource.
 - last_
modified_ strat  - The timestamp of resource last modification (UTC)
 - last_
modified_ strby  - The identity that last modified the resource.
 - last_
modified_ strby_ type  - The type of identity that last modified the resource.
 
- created
At String - The timestamp of resource creation (UTC).
 - created
By String - The identity that created the resource.
 - created
By StringType  - The type of identity that created the resource.
 - last
Modified StringAt  - The timestamp of resource last modification (UTC)
 - last
Modified StringBy  - The identity that last modified the resource.
 - last
Modified StringBy Type  - The type of identity that last modified the resource.
 
UserAssignedIdentityResponse   
- Client
Id string - Client Id of user assigned identity
 - Principal
Id string - Principal Id of user assigned identity
 
- Client
Id string - Client Id of user assigned identity
 - Principal
Id string - Principal Id of user assigned identity
 
- client
Id String - Client Id of user assigned identity
 - principal
Id String - Principal Id of user assigned identity
 
- client
Id string - Client Id of user assigned identity
 - principal
Id string - Principal Id of user assigned identity
 
- client_
id str - Client Id of user assigned identity
 - principal_
id str - Principal Id of user assigned identity
 
- client
Id String - Client Id of user assigned identity
 - principal
Id String - Principal Id of user assigned identity
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0
 
