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 a Linux OS system for the platform. |
WithLinux(Architecture) |
The function that specifies a Linux OS system and architecture for the platform. |
WithLinux(Architecture, Variant) |
The function that specifies a Linux OS system, architecture, and CPU variant. |
WithLinux()
The function that specifies a Linux OS system for the platform.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate WithLinux ();
abstract member WithLinux : unit -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate
Public Function WithLinux () As IUpdate
Returns
Applies to
WithLinux(Architecture)
The function that specifies a Linux OS system and architecture for the platform.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate WithLinux (Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture architecture);
abstract member WithLinux : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Architecture -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate
Public Function WithLinux (architecture As Architecture) As IUpdate
Parameters
- architecture
- Architecture
The CPU architecture.
Returns
Applies to
WithLinux(Architecture, Variant)
The function that specifies a Linux OS system, architecture, and CPU variant.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate 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.RegistryTask.Update.IUpdate
Public Function WithLinux (architecture As Architecture, variant As Variant) As IUpdate
Parameters
- architecture
- Architecture
The CPU architecture.
- variant
- Variant
The CPU variant.
Returns
Applies to
Azure SDK for .NET