CommitProperties 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.
Properties of commit.
public class CommitProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.CommitProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.CommitProperties>
type CommitProperties = class
interface IJsonModel<CommitProperties>
interface IPersistableModel<CommitProperties>
Public Class CommitProperties
Implements IJsonModel(Of CommitProperties), IPersistableModel(Of CommitProperties)
- Inheritance
-
CommitProperties
- Implements
Constructors
| Name | Description |
|---|---|
| CommitProperties(NetworkConfigurationDeploymentType, IEnumerable<String>) |
Initializes a new instance of CommitProperties. |
Properties
| Name | Description |
|---|---|
| ActiveLocations |
List of active locations. |
| CommitType |
Commit Type. |
| ConfigurationIds |
List of configuration IDs. |
| Description |
A description of the commit. |
| ForceUpdateTag |
A value that, when changed, forces the commit to be re-evaluated and redeployed. |
| ProvisioningState |
The provisioning state of the resource. |
| ResourceGuid |
Unique identifier for this resource. |
| TargetLocations |
List of target locations. |