CommitProperties Class

Properties of commit.

Constructor

CommitProperties(*args: Any, **kwargs: Any)

Variables

Name Description
description
str

A description of the commit.

provisioning_state

The provisioning state of the resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

resource_guid
str

Unique identifier for this resource.

commit_type

Commit Type. Required. Known values are: "SecurityAdmin", "Connectivity", "SecurityUser", and "Routing".

configuration_ids

List of configuration IDs.

target_locations

List of target locations. Required.

active_locations

List of active locations.

force_update_tag
str

A value that, when changed, forces the commit to be re-evaluated and redeployed.

Attributes

active_locations

List of active locations.

active_locations: list[str] | None

commit_type

"SecurityAdmin", "Connectivity", "SecurityUser", and "Routing".

commit_type: str | _models.ConfigurationType

configuration_ids

List of configuration IDs.

configuration_ids: list[str] | None

description

A description of the commit.

description: str | None

force_update_tag

A value that, when changed, forces the commit to be re-evaluated and redeployed.

force_update_tag: str | None

provisioning_state

"Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".

provisioning_state: str | _models.ProvisioningState | None

resource_guid

Unique identifier for this resource.

resource_guid: str | None

target_locations

List of target locations. Required.

target_locations: list[str]