Class CatalogInner
java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.devcenter.fluent.models.CatalogInner
public final class CatalogInner
extends com.azure.core.management.ProxyResource
Represents a catalog.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionadoGit()
Get the adoGit property: Properties for an Azure DevOps catalog type.gitHub()
Get the gitHub property: Properties for a GitHub catalog type.Get the lastSyncTime property: When the catalog was last synced.Get the provisioningState property: The provisioning state of the resource.Get the syncState property: The synchronization state of the catalog.com.azure.core.management.SystemData
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.void
validate()
Validates the instance.withAdoGit
(GitCatalog adoGit) Set the adoGit property: Properties for an Azure DevOps catalog type.withGitHub
(GitCatalog gitHub) Set the gitHub property: Properties for a GitHub catalog type.Methods inherited from class com.azure.core.management.ProxyResource
id, name, type
-
Constructor Details
-
CatalogInner
public CatalogInner()Creates an instance of CatalogInner class.
-
-
Method Details
-
systemData
public com.azure.core.management.SystemData systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.- Returns:
- the systemData value.
-
provisioningState
Get the provisioningState property: The provisioning state of the resource.- Returns:
- the provisioningState value.
-
syncState
Get the syncState property: The synchronization state of the catalog.- Returns:
- the syncState value.
-
lastSyncTime
Get the lastSyncTime property: When the catalog was last synced.- Returns:
- the lastSyncTime value.
-
gitHub
Get the gitHub property: Properties for a GitHub catalog type.- Returns:
- the gitHub value.
-
withGitHub
Set the gitHub property: Properties for a GitHub catalog type.- Parameters:
gitHub
- the gitHub value to set.- Returns:
- the CatalogInner object itself.
-
adoGit
Get the adoGit property: Properties for an Azure DevOps catalog type.- Returns:
- the adoGit value.
-
withAdoGit
Set the adoGit property: Properties for an Azure DevOps catalog type.- Parameters:
adoGit
- the adoGit value to set.- Returns:
- the CatalogInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-