次の方法で共有


IPlatform.WithWindows メソッド

定義

オーバーロード

WithWindows()

プラットフォームの Windows OS システムを指定する関数。

WithWindows(Architecture)

プラットフォームの Windows OS システムとアーキテクチャを指定する関数。

WithWindows(Architecture, Variant)

Windows OS システム、アーキテクチャ、および CPU バリアントを指定する関数。

WithWindows()

プラットフォームの Windows OS システムを指定する関数。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate WithWindows ();
abstract member WithWindows : unit -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate
Public Function WithWindows () As IUpdate

戻り値

適用対象

WithWindows(Architecture)

プラットフォームの Windows OS システムとアーキテクチャを指定する関数。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate 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.Update.IUpdate
Public Function WithWindows (architecture As Architecture) As IUpdate

パラメーター

architecture
Architecture

CPU アーキテクチャ。

戻り値

適用対象

WithWindows(Architecture, Variant)

Windows OS システム、アーキテクチャ、および CPU バリアントを指定する関数。

public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate 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.Update.IUpdate
Public Function WithWindows (architecture As Architecture, variant As Variant) As IUpdate

パラメーター

architecture
Architecture

CPU アーキテクチャ。

variant
Variant

CPU バリアント。

戻り値

適用対象