Share via


IPlatform.WithWindows Method

Definition

Overloads

WithWindows()

The function that specifies a Windows OS system for the platform.

WithWindows(Architecture)

The function that specifies a Windows OS system and architecture for the platform.

WithWindows(Architecture, Variant)

The function that specifies a Windows OS system, architecture, and CPU variant.

WithWindows()

The function that specifies a Windows OS system for the platform.

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

Returns

Applies to

WithWindows(Architecture)

The function that specifies a Windows OS system and architecture for the platform.

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

Parameters

architecture
Architecture

The CPU architecture.

Returns

Applies to

WithWindows(Architecture, Variant)

The function that specifies a Windows OS system, architecture, and CPU variant.

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

Parameters

architecture
Architecture

The CPU architecture.

variant
Variant

The CPU variant.

Returns

Applies to