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 the platform will have a Windows OS. |
WithWindows(Architecture) |
The function that specifies the platform will have a Windows OS with Architecture architecture. |
WithWindows(Architecture, Variant) |
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant. |
WithWindows()
The function that specifies the platform will have a 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
Returns
Applies to
WithWindows(Architecture)
The function that specifies the platform will have a Windows OS with Architecture architecture.
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
Parameters
- architecture
- Architecture
The architecture the platform will have.
Returns
Applies to
WithWindows(Architecture, Variant)
The function that specifies the platform will have a Windows OS with Architecture architecture and Variant variant.
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
Parameters
- architecture
- Architecture
The architecture the platform will have.
- variant
- Variant
The variant the platform will have.
Returns
Applies to
Azure SDK for .NET