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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET