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

ArmSqlModelFactory.ElasticPoolActivity 方法

定义

初始化 ElasticPoolActivity 的新实例。

public static Azure.ResourceManager.Sql.Models.ElasticPoolActivity ElasticPoolActivity (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, DateTimeOffset? endOn = default, int? errorCode = default, string errorMessage = default, int? errorSeverity = default, string operation = default, Guid? operationId = default, int? percentComplete = default, int? requestedDatabaseDtuMax = default, int? requestedDatabaseDtuMin = default, int? requestedDtu = default, string requestedElasticPoolName = default, long? requestedStorageLimitInGB = default, string elasticPoolName = default, string serverName = default, DateTimeOffset? startOn = default, string state = default, int? requestedStorageLimitInMB = default, int? requestedDatabaseDtuGuarantee = default, int? requestedDatabaseDtuCap = default, int? requestedDtuGuarantee = default);
static member ElasticPoolActivity : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Nullable<DateTimeOffset> * Nullable<int> * string * Nullable<int> * string * Nullable<Guid> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * string * Nullable<int64> * string * string * Nullable<DateTimeOffset> * string * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.Sql.Models.ElasticPoolActivity
Public Shared Function ElasticPoolActivity (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional errorCode As Nullable(Of Integer) = Nothing, Optional errorMessage As String = Nothing, Optional errorSeverity As Nullable(Of Integer) = Nothing, Optional operation As String = Nothing, Optional operationId As Nullable(Of Guid) = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional requestedDatabaseDtuMax As Nullable(Of Integer) = Nothing, Optional requestedDatabaseDtuMin As Nullable(Of Integer) = Nothing, Optional requestedDtu As Nullable(Of Integer) = Nothing, Optional requestedElasticPoolName As String = Nothing, Optional requestedStorageLimitInGB As Nullable(Of Long) = Nothing, Optional elasticPoolName As String = Nothing, Optional serverName As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As String = Nothing, Optional requestedStorageLimitInMB As Nullable(Of Integer) = Nothing, Optional requestedDatabaseDtuGuarantee As Nullable(Of Integer) = Nothing, Optional requestedDatabaseDtuCap As Nullable(Of Integer) = Nothing, Optional requestedDtuGuarantee As Nullable(Of Integer) = Nothing) As ElasticPoolActivity

参数

name
String

名称。

resourceType
ResourceType

resourceType。

systemData
SystemData

systemData。

location
Nullable<AzureLocation>

资源所在的地理位置。

endOn
Nullable<DateTimeOffset>

操作完成的时间 (ISO8601 格式) 。

errorCode
Nullable<Int32>

错误代码(如果可用)。

errorMessage
String

错误消息(如果可用)。

errorSeverity
Nullable<Int32>

错误严重性(如果可用)。

operation
String

操作名称。

operationId
Nullable<Guid>

唯一的操作 ID。

percentComplete
Nullable<Int32>

完成百分比(如果可用)。

requestedDatabaseDtuMax
Nullable<Int32>

每个数据库请求的最大 DTU(如果可用)。

requestedDatabaseDtuMin
Nullable<Int32>

每个数据库请求的最小 DTU(如果可用)。

requestedDtu
Nullable<Int32>

池的请求 DTU(如果可用)。

requestedElasticPoolName
String

弹性池的请求名称(如果可用)。

requestedStorageLimitInGB
Nullable<Int64>

池的请求存储限制(如果可用)。

elasticPoolName
String

弹性池的名称。

serverName
String

弹性池位于的服务器的名称。

startOn
Nullable<DateTimeOffset>

操作开始的时间 (ISO8601 格式) 。

state
String

操作的当前状态。

requestedStorageLimitInMB
Nullable<Int32>

请求的存储限制(以 MB 为单位)。

requestedDatabaseDtuGuarantee
Nullable<Int32>

每个数据库请求的 DTU 保证。

requestedDatabaseDtuCap
Nullable<Int32>

每个数据库请求的 DTU 上限。

requestedDtuGuarantee
Nullable<Int32>

请求的 DTU 保证。

返回

用于模拟的新 ElasticPoolActivity 实例。

适用于