DscConfigurationState Struct

Definition

Gets or sets the state of the configuration.

public readonly struct DscConfigurationState : IEquatable<Azure.ResourceManager.Automation.Models.DscConfigurationState>
type DscConfigurationState = struct
Public Structure DscConfigurationState
Implements IEquatable(Of DscConfigurationState)
Inheritance
DscConfigurationState
Implements

Constructors

DscConfigurationState(String)

Initializes a new instance of DscConfigurationState.

Properties

Edit

Edit.

New

New.

Published

Published.

Methods

Equals(DscConfigurationState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DscConfigurationState, DscConfigurationState)

Determines if two DscConfigurationState values are the same.

Implicit(String to DscConfigurationState)

Converts a string to a DscConfigurationState.

Inequality(DscConfigurationState, DscConfigurationState)

Determines if two DscConfigurationState values are not the same.

Applies to