IWithOsTypeAndState Interface

Definition

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.

Applies to