IPlatform.WithWindows メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithWindows() |
プラットフォームの Windows OS システムを指定する関数。 |
WithWindows(Architecture) |
プラットフォームの Windows OS システムとアーキテクチャを指定する関数。 |
WithWindows(Architecture, Variant) |
Windows OS システム、アーキテクチャ、および CPU バリアントを指定する関数。 |
WithWindows()
プラットフォームの Windows OS システムを指定する関数。
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskStepType WithWindows ();
abstract member WithWindows : unit -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskStepType
Public Function WithWindows () As ITaskStepType
戻り値
適用対象
WithWindows(Architecture)
プラットフォームの Windows OS システムとアーキテクチャを指定する関数。
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskStepType WithWindows (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture architecture);
abstract member WithWindows : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskStepType
Public Function WithWindows (architecture As Architecture) As ITaskStepType
パラメーター
- architecture
- Architecture
CPU アーキテクチャ。
戻り値
適用対象
WithWindows(Architecture, Variant)
Windows OS システム、アーキテクチャ、および CPU バリアントを指定する関数。
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskStepType WithWindows (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture architecture, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Variant variant);
abstract member WithWindows : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Variant -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskStepType
Public Function WithWindows (architecture As Architecture, variant As Variant) As ITaskStepType
パラメーター
- architecture
- Architecture
CPU アーキテクチャ。
- variant
- Variant
CPU バリアント。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET