ArmContainerServiceModelFactory.ContainerServiceOSOptionProperty 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.
Initializes a new instance of ContainerServiceOSOptionProperty.
public static Azure.ResourceManager.ContainerService.Models.ContainerServiceOSOptionProperty ContainerServiceOSOptionProperty (string osType = default, bool enableFipsImage = false);
static member ContainerServiceOSOptionProperty : string * bool -> Azure.ResourceManager.ContainerService.Models.ContainerServiceOSOptionProperty
Public Shared Function ContainerServiceOSOptionProperty (Optional osType As String = Nothing, Optional enableFipsImage As Boolean = false) As ContainerServiceOSOptionProperty
Parameters
- osType
- String
The OS type.
- enableFipsImage
- Boolean
Whether the image is FIPS-enabled.
Returns
A new ContainerServiceOSOptionProperty instance for mocking.
Exceptions
osType
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET