IPlatform.WithLinux 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
WithLinux() |
The function that specifies the platform will have a Linux OS. |
WithLinux(Architecture) |
The function that specifies the platform will have a Linux OS with Architecture architecture. |
WithLinux(Architecture, Variant) |
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant. |
WithLinux()
The function that specifies the platform will have a Linux OS.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestType WithLinux ();
abstract member WithLinux : unit -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestType
Public Function WithLinux () As IRunRequestType
Returns
Applies to
WithLinux(Architecture)
The function that specifies the platform will have a Linux OS with Architecture architecture.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestType WithLinux (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture architecture);
abstract member WithLinux : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestType
Public Function WithLinux (architecture As Architecture) As IRunRequestType
Parameters
- architecture
- Architecture
The architecture the platform will have.
Returns
Applies to
WithLinux(Architecture, Variant)
The function that specifies the platform will have a Linux OS with Architecture architecture and Variant variant.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestType WithLinux (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture architecture, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Variant variant);
abstract member WithLinux : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Variant -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTaskRun.Definition.IRunRequestType
Public Function WithLinux (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.