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