你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.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 变体。