ArmSqlModelFactory.ElasticPoolActivity メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
パラメーター
ID。
- name
- String
名前。
- resourceType
- ResourceType
resourceType。
- systemData
- SystemData
systemData。
- location
- Nullable<AzureLocation>
リソースが保存されている地理的な場所。
- endOn
- Nullable<DateTimeOffset>
操作が完了した時刻 (ISO8601 形式)。
- errorMessage
- String
エラー メッセージ (使用可能な場合)。
- operation
- String
操作名。
- requestedElasticPoolName
- String
エラスティック プールの要求された名前 (使用可能な場合)。
- elasticPoolName
- String
エラスティック プールの名前。
- serverName
- String
エラスティック プールが含まれているサーバーの名前。
- startOn
- Nullable<DateTimeOffset>
操作が開始された時刻 (ISO8601 形式)。
- state
- String
操作の現在の状態。
戻り値
モック作成用の新しい ElasticPoolActivity インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET