다음을 통해 공유


Catalog Class

Represents a catalog.

Variables are only populated by the server, and will be ignored when sending a request.

Constructor

Catalog(*, git_hub: _models.GitCatalog | None = None, ado_git: _models.GitCatalog | None = None, sync_type: str | _models.CatalogSyncType | None = None, tags: Dict[str, str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
git_hub

Properties for a GitHub catalog type.

Default value: None
ado_git

Properties for an Azure DevOps catalog type.

Default value: None
sync_type

Indicates the type of sync that is configured for the catalog. Known values are: "Manual" and "Scheduled".

Default value: None
tags

Resource tags.

Default value: None

Variables

Name Description
id
str

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}". # pylint: disable=line-too-long

name
str

The name of the resource.

type
str

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

system_data

Azure Resource Manager metadata containing createdBy and modifiedBy information.

git_hub

Properties for a GitHub catalog type.

ado_git

Properties for an Azure DevOps catalog type.

sync_type

Indicates the type of sync that is configured for the catalog. Known values are: "Manual" and "Scheduled".

tags

Resource tags.

provisioning_state

The provisioning state of the resource. Known values are: "NotSpecified", "Accepted", "Running", "Creating", "Created", "Updating", "Updated", "Deleting", "Deleted", "Succeeded", "Failed", "Canceled", "MovingResources", "TransientFailure", "RolloutInProgress", and "StorageProvisioningFailed".

sync_state

The synchronization state of the catalog. Known values are: "Succeeded", "InProgress", "Failed", and "Canceled".

last_sync_stats

Stats of the latest synchronization.

connection_state

The connection state of the catalog. Known values are: "Connected" and "Disconnected".

last_connection_time

When the catalog was last connected.

last_sync_time

When the catalog was last synced.