1. Packages
  2. Azure Native
  3. API Docs
  4. dbformysql
  5. getServer
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

azure-native.dbformysql.getServer

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi

    Gets information about a server. Azure REST API version: 2022-01-01.

    Other available API versions: 2017-12-01, 2018-06-01-privatepreview, 2020-07-01-preview, 2020-07-01-privatepreview, 2022-09-30-preview, 2023-06-01-preview, 2023-06-30, 2023-10-01-preview, 2023-12-01-preview, 2023-12-30.

    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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:dbformysql:getServer
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServerName string
    The name of the server.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ServerName string
    The name of the server.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serverName String
    The name of the server.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    serverName string
    The name of the server.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    server_name str
    The name of the server.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    serverName String
    The name of the server.

    getServer Result

    The following output properties are available:

    FullyQualifiedDomainName string
    The fully qualified domain name of a server.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ReplicaCapacity int
    The maximum number of replicas that a primary server can have.
    State string
    The state of a server.
    SystemData Pulumi.AzureNative.DBforMySQL.Outputs.SystemDataResponse
    The system metadata relating to this resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AdministratorLogin string
    The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
    AvailabilityZone string
    availability Zone information of the server.
    Backup Pulumi.AzureNative.DBforMySQL.Outputs.BackupResponse
    Backup related properties of a server.
    DataEncryption Pulumi.AzureNative.DBforMySQL.Outputs.DataEncryptionResponse
    The Data Encryption for CMK.
    HighAvailability Pulumi.AzureNative.DBforMySQL.Outputs.HighAvailabilityResponse
    High availability related properties of a server.
    Identity Pulumi.AzureNative.DBforMySQL.Outputs.IdentityResponse
    The cmk identity for the server.
    MaintenanceWindow Pulumi.AzureNative.DBforMySQL.Outputs.MaintenanceWindowResponse
    Maintenance window of a server.
    Network Pulumi.AzureNative.DBforMySQL.Outputs.NetworkResponse
    Network related properties of a server.
    ReplicationRole string
    The replication role.
    Sku Pulumi.AzureNative.DBforMySQL.Outputs.SkuResponse
    The SKU (pricing tier) of the server.
    SourceServerResourceId string
    The source MySQL server id.
    Storage Pulumi.AzureNative.DBforMySQL.Outputs.StorageResponse
    Storage related properties of a server.
    Tags Dictionary<string, string>
    Resource tags.
    Version string
    Server version.
    FullyQualifiedDomainName string
    The fully qualified domain name of a server.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Location string
    The geo-location where the resource lives
    Name string
    The name of the resource
    ReplicaCapacity int
    The maximum number of replicas that a primary server can have.
    State string
    The state of a server.
    SystemData SystemDataResponse
    The system metadata relating to this resource.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    AdministratorLogin string
    The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
    AvailabilityZone string
    availability Zone information of the server.
    Backup BackupResponse
    Backup related properties of a server.
    DataEncryption DataEncryptionResponse
    The Data Encryption for CMK.
    HighAvailability HighAvailabilityResponse
    High availability related properties of a server.
    Identity IdentityResponse
    The cmk identity for the server.
    MaintenanceWindow MaintenanceWindowResponse
    Maintenance window of a server.
    Network NetworkResponse
    Network related properties of a server.
    ReplicationRole string
    The replication role.
    Sku SkuResponse
    The SKU (pricing tier) of the server.
    SourceServerResourceId string
    The source MySQL server id.
    Storage StorageResponse
    Storage related properties of a server.
    Tags map[string]string
    Resource tags.
    Version string
    Server version.
    fullyQualifiedDomainName String
    The fully qualified domain name of a server.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    replicaCapacity Integer
    The maximum number of replicas that a primary server can have.
    state String
    The state of a server.
    systemData SystemDataResponse
    The system metadata relating to this resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    administratorLogin String
    The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
    availabilityZone String
    availability Zone information of the server.
    backup BackupResponse
    Backup related properties of a server.
    dataEncryption DataEncryptionResponse
    The Data Encryption for CMK.
    highAvailability HighAvailabilityResponse
    High availability related properties of a server.
    identity IdentityResponse
    The cmk identity for the server.
    maintenanceWindow MaintenanceWindowResponse
    Maintenance window of a server.
    network NetworkResponse
    Network related properties of a server.
    replicationRole String
    The replication role.
    sku SkuResponse
    The SKU (pricing tier) of the server.
    sourceServerResourceId String
    The source MySQL server id.
    storage StorageResponse
    Storage related properties of a server.
    tags Map<String,String>
    Resource tags.
    version String
    Server version.
    fullyQualifiedDomainName string
    The fully qualified domain name of a server.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location string
    The geo-location where the resource lives
    name string
    The name of the resource
    replicaCapacity number
    The maximum number of replicas that a primary server can have.
    state string
    The state of a server.
    systemData SystemDataResponse
    The system metadata relating to this resource.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    administratorLogin string
    The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
    availabilityZone string
    availability Zone information of the server.
    backup BackupResponse
    Backup related properties of a server.
    dataEncryption DataEncryptionResponse
    The Data Encryption for CMK.
    highAvailability HighAvailabilityResponse
    High availability related properties of a server.
    identity IdentityResponse
    The cmk identity for the server.
    maintenanceWindow MaintenanceWindowResponse
    Maintenance window of a server.
    network NetworkResponse
    Network related properties of a server.
    replicationRole string
    The replication role.
    sku SkuResponse
    The SKU (pricing tier) of the server.
    sourceServerResourceId string
    The source MySQL server id.
    storage StorageResponse
    Storage related properties of a server.
    tags {[key: string]: string}
    Resource tags.
    version string
    Server version.
    fully_qualified_domain_name str
    The fully qualified domain name of a server.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location str
    The geo-location where the resource lives
    name str
    The name of the resource
    replica_capacity int
    The maximum number of replicas that a primary server can have.
    state str
    The state of a server.
    system_data SystemDataResponse
    The system metadata relating to this resource.
    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 BackupResponse
    Backup related properties of a server.
    data_encryption DataEncryptionResponse
    The Data Encryption for CMK.
    high_availability HighAvailabilityResponse
    High availability related properties of a server.
    identity IdentityResponse
    The cmk identity for the server.
    maintenance_window MaintenanceWindowResponse
    Maintenance window of a server.
    network NetworkResponse
    Network related properties of a server.
    replication_role str
    The replication role.
    sku SkuResponse
    The SKU (pricing tier) of the server.
    source_server_resource_id str
    The source MySQL server id.
    storage StorageResponse
    Storage related properties of a server.
    tags Mapping[str, str]
    Resource tags.
    version str
    Server version.
    fullyQualifiedDomainName String
    The fully qualified domain name of a server.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    location String
    The geo-location where the resource lives
    name String
    The name of the resource
    replicaCapacity Number
    The maximum number of replicas that a primary server can have.
    state String
    The state of a server.
    systemData Property Map
    The system metadata relating to this resource.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    administratorLogin String
    The administrator's login name of a server. Can only be specified when the server is being created (and is required for creation).
    availabilityZone String
    availability Zone information of the server.
    backup Property Map
    Backup related properties of a server.
    dataEncryption Property Map
    The Data Encryption for CMK.
    highAvailability Property Map
    High availability related properties of a server.
    identity Property Map
    The cmk identity for the server.
    maintenanceWindow Property Map
    Maintenance window of a server.
    network Property Map
    Network related properties of a server.
    replicationRole String
    The replication role.
    sku Property Map
    The SKU (pricing tier) of the server.
    sourceServerResourceId String
    The source MySQL server id.
    storage Property Map
    Storage related properties of a server.
    tags Map<String>
    Resource tags.
    version String
    Server version.

    Supporting Types

    BackupResponse

    EarliestRestoreDate string
    Earliest restore point creation time (ISO8601 format)
    BackupRetentionDays int
    Backup retention days for the server.
    GeoRedundantBackup string
    Whether or not geo redundant backup is enabled.
    EarliestRestoreDate string
    Earliest restore point creation time (ISO8601 format)
    BackupRetentionDays int
    Backup retention days for the server.
    GeoRedundantBackup string
    Whether or not geo redundant backup is enabled.
    earliestRestoreDate String
    Earliest restore point creation time (ISO8601 format)
    backupRetentionDays Integer
    Backup retention days for the server.
    geoRedundantBackup String
    Whether or not geo redundant backup is enabled.
    earliestRestoreDate string
    Earliest restore point creation time (ISO8601 format)
    backupRetentionDays number
    Backup retention days for the server.
    geoRedundantBackup string
    Whether or not geo redundant backup is enabled.
    earliest_restore_date str
    Earliest restore point creation time (ISO8601 format)
    backup_retention_days int
    Backup retention days for the server.
    geo_redundant_backup str
    Whether or not geo redundant backup is enabled.
    earliestRestoreDate String
    Earliest restore point creation time (ISO8601 format)
    backupRetentionDays Number
    Backup retention days for the server.
    geoRedundantBackup String
    Whether or not geo redundant backup is enabled.

    DataEncryptionResponse

    GeoBackupKeyURI string
    Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
    GeoBackupUserAssignedIdentityId string
    Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
    PrimaryKeyURI string
    Primary key uri
    PrimaryUserAssignedIdentityId string
    Primary user identity resource id
    Type string
    The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
    GeoBackupKeyURI string
    Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
    GeoBackupUserAssignedIdentityId string
    Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
    PrimaryKeyURI string
    Primary key uri
    PrimaryUserAssignedIdentityId string
    Primary user identity resource id
    Type string
    The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
    geoBackupKeyURI String
    Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
    geoBackupUserAssignedIdentityId String
    Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
    primaryKeyURI String
    Primary key uri
    primaryUserAssignedIdentityId String
    Primary user identity resource id
    type String
    The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
    geoBackupKeyURI string
    Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
    geoBackupUserAssignedIdentityId string
    Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
    primaryKeyURI string
    Primary key uri
    primaryUserAssignedIdentityId string
    Primary user identity resource id
    type string
    The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
    geo_backup_key_uri str
    Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
    geo_backup_user_assigned_identity_id str
    Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
    primary_key_uri str
    Primary key uri
    primary_user_assigned_identity_id str
    Primary user identity resource id
    type str
    The key type, AzureKeyVault for enable cmk, SystemManaged for disable cmk.
    geoBackupKeyURI String
    Geo backup key uri as key vault can't cross region, need cmk in same region as geo backup
    geoBackupUserAssignedIdentityId String
    Geo backup user identity resource id as identity can't cross region, need identity in same region as geo backup
    primaryKeyURI String
    Primary key uri
    primaryUserAssignedIdentityId String
    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.
    StandbyAvailabilityZone string
    Availability zone of the standby server.
    State string
    The state of server high availability.
    Mode string
    High availability mode for a server.
    StandbyAvailabilityZone string
    Availability zone of the standby server.
    state String
    The state of server high availability.
    mode String
    High availability mode for a server.
    standbyAvailabilityZone String
    Availability zone of the standby server.
    state string
    The state of server high availability.
    mode string
    High availability mode for a server.
    standbyAvailabilityZone string
    Availability zone of the standby server.
    state str
    The state of server high availability.
    mode str
    High availability mode for a server.
    standby_availability_zone str
    Availability zone of the standby server.
    state String
    The state of server high availability.
    mode String
    High availability mode for a server.
    standbyAvailabilityZone String
    Availability zone of the standby server.

    IdentityResponse

    PrincipalId string
    ObjectId from the KeyVault
    TenantId string
    TenantId from the KeyVault
    Type string
    Type of managed service identity.
    UserAssignedIdentities Dictionary<string, ImmutableArray<Pulumi.AzureNative.DBforMySQL.Inputs.UserAssignedIdentityResponse>>
    Metadata of user assigned identity.
    PrincipalId string
    ObjectId from the KeyVault
    TenantId string
    TenantId from the KeyVault
    Type string
    Type of managed service identity.
    UserAssignedIdentities map[string][]UserAssignedIdentityResponse
    Metadata of user assigned identity.
    principalId String
    ObjectId from the KeyVault
    tenantId String
    TenantId from the KeyVault
    type String
    Type of managed service identity.
    userAssignedIdentities Map<String,List<UserAssignedIdentityResponse>>
    Metadata of user assigned identity.
    principalId string
    ObjectId from the KeyVault
    tenantId string
    TenantId from the KeyVault
    type string
    Type of managed service identity.
    userAssignedIdentities {[key: string]: UserAssignedIdentityResponse[]}
    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_identities Mapping[str, Sequence[UserAssignedIdentityResponse]]
    Metadata of user assigned identity.
    principalId String
    ObjectId from the KeyVault
    tenantId String
    TenantId from the KeyVault
    type String
    Type of managed service identity.
    userAssignedIdentities Map<List<Property Map>>
    Metadata of user assigned identity.

    MaintenanceWindowResponse

    CustomWindow string
    indicates whether custom window is enabled or disabled
    DayOfWeek int
    day of week for maintenance window
    StartHour int
    start hour for maintenance window
    StartMinute int
    start minute for maintenance window
    CustomWindow string
    indicates whether custom window is enabled or disabled
    DayOfWeek int
    day of week for maintenance window
    StartHour int
    start hour for maintenance window
    StartMinute int
    start minute for maintenance window
    customWindow String
    indicates whether custom window is enabled or disabled
    dayOfWeek Integer
    day of week for maintenance window
    startHour Integer
    start hour for maintenance window
    startMinute Integer
    start minute for maintenance window
    customWindow string
    indicates whether custom window is enabled or disabled
    dayOfWeek number
    day of week for maintenance window
    startHour number
    start hour for maintenance window
    startMinute number
    start minute for maintenance window
    custom_window str
    indicates whether custom window is enabled or disabled
    day_of_week int
    day of week for maintenance window
    start_hour int
    start hour for maintenance window
    start_minute int
    start minute for maintenance window
    customWindow String
    indicates whether custom window is enabled or disabled
    dayOfWeek Number
    day of week for maintenance window
    startHour Number
    start hour for maintenance window
    startMinute Number
    start minute for maintenance window

    NetworkResponse

    PublicNetworkAccess string
    Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
    DelegatedSubnetResourceId string
    Delegated subnet resource id used to setup vnet for a server.
    PrivateDnsZoneResourceId string
    Private DNS zone resource id.
    PublicNetworkAccess string
    Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
    DelegatedSubnetResourceId string
    Delegated subnet resource id used to setup vnet for a server.
    PrivateDnsZoneResourceId string
    Private DNS zone resource id.
    publicNetworkAccess String
    Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
    delegatedSubnetResourceId String
    Delegated subnet resource id used to setup vnet for a server.
    privateDnsZoneResourceId String
    Private DNS zone resource id.
    publicNetworkAccess string
    Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
    delegatedSubnetResourceId string
    Delegated subnet resource id used to setup vnet for a server.
    privateDnsZoneResourceId string
    Private DNS zone resource id.
    public_network_access str
    Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
    delegated_subnet_resource_id str
    Delegated subnet resource id used to setup vnet for a server.
    private_dns_zone_resource_id str
    Private DNS zone resource id.
    publicNetworkAccess String
    Whether or not public network access is allowed for this server. Value is 'Disabled' when server has VNet integration.
    delegatedSubnetResourceId String
    Delegated subnet resource id used to setup vnet for a server.
    privateDnsZoneResourceId String
    Private DNS zone resource id.

    SkuResponse

    Name string
    The name of the sku, e.g. Standard_D32s_v3.
    Tier string
    The tier of the particular SKU, e.g. GeneralPurpose.
    Name string
    The name of the sku, e.g. Standard_D32s_v3.
    Tier string
    The tier of the particular SKU, e.g. GeneralPurpose.
    name String
    The name of the sku, e.g. Standard_D32s_v3.
    tier String
    The tier of the particular SKU, e.g. GeneralPurpose.
    name string
    The name of the sku, e.g. Standard_D32s_v3.
    tier string
    The tier of the particular SKU, e.g. GeneralPurpose.
    name str
    The name of the sku, e.g. Standard_D32s_v3.
    tier str
    The tier of the particular SKU, e.g. GeneralPurpose.
    name String
    The name of the sku, e.g. Standard_D32s_v3.
    tier String
    The tier of the particular SKU, e.g. GeneralPurpose.

    StorageResponse

    StorageSku string
    The sku name of the server storage.
    AutoGrow string
    Enable Storage Auto Grow or not.
    AutoIoScaling string
    Enable IO Auto Scaling or not.
    Iops int
    Storage IOPS for a server.
    LogOnDisk string
    Enable Log On Disk or not.
    StorageSizeGB int
    Max storage size allowed for a server.
    StorageSku string
    The sku name of the server storage.
    AutoGrow string
    Enable Storage Auto Grow or not.
    AutoIoScaling string
    Enable IO Auto Scaling or not.
    Iops int
    Storage IOPS for a server.
    LogOnDisk string
    Enable Log On Disk or not.
    StorageSizeGB int
    Max storage size allowed for a server.
    storageSku String
    The sku name of the server storage.
    autoGrow String
    Enable Storage Auto Grow or not.
    autoIoScaling String
    Enable IO Auto Scaling or not.
    iops Integer
    Storage IOPS for a server.
    logOnDisk String
    Enable Log On Disk or not.
    storageSizeGB Integer
    Max storage size allowed for a server.
    storageSku string
    The sku name of the server storage.
    autoGrow string
    Enable Storage Auto Grow or not.
    autoIoScaling string
    Enable IO Auto Scaling or not.
    iops number
    Storage IOPS for a server.
    logOnDisk string
    Enable Log On Disk or not.
    storageSizeGB number
    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_scaling str
    Enable IO Auto Scaling or not.
    iops int
    Storage IOPS for a server.
    log_on_disk str
    Enable Log On Disk or not.
    storage_size_gb int
    Max storage size allowed for a server.
    storageSku String
    The sku name of the server storage.
    autoGrow String
    Enable Storage Auto Grow or not.
    autoIoScaling String
    Enable IO Auto Scaling or not.
    iops Number
    Storage IOPS for a server.
    logOnDisk String
    Enable Log On Disk or not.
    storageSizeGB Number
    Max storage size allowed for a server.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    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_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    UserAssignedIdentityResponse

    ClientId string
    Client Id of user assigned identity
    PrincipalId string
    Principal Id of user assigned identity
    ClientId string
    Client Id of user assigned identity
    PrincipalId string
    Principal Id of user assigned identity
    clientId String
    Client Id of user assigned identity
    principalId String
    Principal Id of user assigned identity
    clientId string
    Client Id of user assigned identity
    principalId 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
    clientId String
    Client Id of user assigned identity
    principalId String
    Principal Id of user assigned identity

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.37.0 published on Monday, Apr 15, 2024 by Pulumi