SaveConfigurationParameter Class

Definition

Save Tenant Configuration Contract details.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SaveConfigurationParameter
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SaveConfigurationParameter = class
Public Class SaveConfigurationParameter
Inheritance
SaveConfigurationParameter
Attributes

Constructors

SaveConfigurationParameter()

Initializes a new instance of the SaveConfigurationParameter class.

SaveConfigurationParameter(String, Nullable<Boolean>)

Initializes a new instance of the SaveConfigurationParameter class.

Properties

Branch

Gets or sets the name of the Git branch in which to commit the current configuration snapshot.

Force

Gets or sets the value if true, the current configuration database is committed to the Git repository, even if the Git repository has newer changes that would be overwritten.

Methods

Validate()

Validate the object.

Applies to