IPlatform.WithWindows Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Definition.ITaskStepType WithWindows ();
abstract member WithWindows : unit -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskStepType
Public Function WithWindows () As ITaskStepType
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.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
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.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
Parameters
- architecture
- Architecture
The CPU architecture.
- variant
- Variant
The CPU variant.