ArmSqlModelFactory.ServiceObjectiveCapability メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ServiceObjectiveCapability の新しいインスタンスを初期化します。
public static Azure.ResourceManager.Sql.Models.ServiceObjectiveCapability ServiceObjectiveCapability (Guid? id = default, string name = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.MaxSizeRangeCapability> supportedMaxSizes = default, Azure.ResourceManager.Sql.Models.PerformanceLevelCapability performanceLevel = default, Azure.ResourceManager.Sql.Models.SqlSku sku = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.LicenseTypeCapability> supportedLicenseTypes = default, Azure.ResourceManager.Sql.Models.MaxSizeCapability includedMaxSize = default, bool? isZoneRedundant = default, Azure.ResourceManager.Sql.Models.AutoPauseDelayTimeRange supportedAutoPauseDelay = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.MinCapacityCapability> supportedMinCapacities = default, string computeModel = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Sql.Models.MaintenanceConfigurationCapability> supportedMaintenanceConfigurations = default, Azure.ResourceManager.Sql.Models.SqlCapabilityStatus? status = default, string reason = default);
static member ServiceObjectiveCapability : Nullable<Guid> * string * seq<Azure.ResourceManager.Sql.Models.MaxSizeRangeCapability> * Azure.ResourceManager.Sql.Models.PerformanceLevelCapability * Azure.ResourceManager.Sql.Models.SqlSku * seq<Azure.ResourceManager.Sql.Models.LicenseTypeCapability> * Azure.ResourceManager.Sql.Models.MaxSizeCapability * Nullable<bool> * Azure.ResourceManager.Sql.Models.AutoPauseDelayTimeRange * seq<Azure.ResourceManager.Sql.Models.MinCapacityCapability> * string * seq<Azure.ResourceManager.Sql.Models.MaintenanceConfigurationCapability> * Nullable<Azure.ResourceManager.Sql.Models.SqlCapabilityStatus> * string -> Azure.ResourceManager.Sql.Models.ServiceObjectiveCapability
Public Shared Function ServiceObjectiveCapability (Optional id As Nullable(Of Guid) = Nothing, Optional name As String = Nothing, Optional supportedMaxSizes As IEnumerable(Of MaxSizeRangeCapability) = Nothing, Optional performanceLevel As PerformanceLevelCapability = Nothing, Optional sku As SqlSku = Nothing, Optional supportedLicenseTypes As IEnumerable(Of LicenseTypeCapability) = Nothing, Optional includedMaxSize As MaxSizeCapability = Nothing, Optional isZoneRedundant As Nullable(Of Boolean) = Nothing, Optional supportedAutoPauseDelay As AutoPauseDelayTimeRange = Nothing, Optional supportedMinCapacities As IEnumerable(Of MinCapacityCapability) = Nothing, Optional computeModel As String = Nothing, Optional supportedMaintenanceConfigurations As IEnumerable(Of MaintenanceConfigurationCapability) = Nothing, Optional status As Nullable(Of SqlCapabilityStatus) = Nothing, Optional reason As String = Nothing) As ServiceObjectiveCapability
パラメーター
- name
- String
サービス目標名。
- supportedMaxSizes
- IEnumerable<MaxSizeRangeCapability>
サポートされている最大データベース サイズの一覧。
- performanceLevel
- PerformanceLevelCapability
パフォーマンス レベル。
- sku
- SqlSku
SKU。
- supportedLicenseTypes
- IEnumerable<LicenseTypeCapability>
サポートされているライセンスの種類の一覧。
- includedMaxSize
- MaxSizeCapability
含まれている (無料) 最大サイズ。
- supportedAutoPauseDelay
- AutoPauseDelayTimeRange
自動一時停止遅延でサポートされている時間範囲。
- supportedMinCapacities
- IEnumerable<MinCapacityCapability>
サポートされている最小容量の一覧。
- computeModel
- String
コンピューティング モデル。
- supportedMaintenanceConfigurations
- IEnumerable<MaintenanceConfigurationCapability>
サポートされているメンテナンス構成の一覧。
- status
- Nullable<SqlCapabilityStatus>
機能の状態。
- reason
- String
機能が使用できない理由。
戻り値
モック作成用の新しい ServiceObjectiveCapability インスタンス。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET