IWithOsTypeAndState Interface
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.
public interface IWithOsTypeAndState : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithOsTypeAndState = interface
interface IBeta
Public Interface IWithOsTypeAndState
Implements IBeta
- Derived
- Implements
Methods
WithGeneralizedLinux() |
Specifies that image is a Linux image with OS state as generalized. |
WithGeneralizedWindows() |
Specifies that image is a Windows image with OS state as generalized. |
WithLinux(OperatingSystemStateTypes) |
Specifies that image is a Linux image. |
WithWindows(OperatingSystemStateTypes) |
Specifies that image is a Windows image. |