SaveConfigurationParameter Class
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.
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
Azure SDK for .NET