次の方法で共有


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>

プールの要求された記憶域の制限 (使用可能な場合は GB 単位)。

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 インスタンス。

適用対象