Project Interface
public interface Project
An immutable client-side representation of Project.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Azure |
azureAuthenticationInfo()
Gets the azure |
|
abstract
Offset |
creationTime()
Gets the creation |
|
abstract
List<Database |
databasesInfo()
Gets the databases |
| abstract String |
etag()
Gets the etag property: HTTP strong entity tag value. |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Project |
innerModel()
Gets the inner com. |
| abstract String |
location()
Gets the location property: The geo-location where the resource lives. |
| abstract String |
name()
Gets the name property: The name of the resource. |
|
abstract
Project |
provisioningState()
Gets the provisioning |
| abstract Project |
refresh()
Refreshes the resource to sync with Azure. |
| abstract Project |
refresh(Context context)
Refreshes the resource to sync with Azure. |
| abstract Region |
region()
Gets the region of the resource. |
| abstract String |
regionName()
Gets the name of the resource region. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Connection |
sourceConnectionInfo()
Gets the source |
|
abstract
Project |
sourcePlatform()
Gets the source |
|
abstract
System |
systemData()
Gets the system |
| abstract Map<String,String> |
tags()
Gets the tags property: Resource tags. |
|
abstract
Connection |
targetConnectionInfo()
Gets the target |
|
abstract
Project |
targetPlatform()
Gets the target |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the Project resource. |
Method Details
azureAuthenticationInfo
public abstract AzureActiveDirectoryApp azureAuthenticationInfo()
Gets the azureAuthenticationInfo property: Field that defines the Azure active directory application info, used to connect to the target Azure resource.
Returns:
creationTime
public abstract OffsetDateTime creationTime()
Gets the creationTime property: UTC Date and time when project was created.
Returns:
databasesInfo
public abstract List<DatabaseInfo> databasesInfo()
Gets the databasesInfo property: List of DatabaseInfo.
Returns:
etag
public abstract String etag()
Gets the etag property: HTTP strong entity tag value. This is ignored if submitted.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ProjectInner innerModel()
Gets the inner com.azure.resourcemanager.datamigration.fluent.models.ProjectInner object.
Returns:
location
public abstract String location()
Gets the location property: The geo-location where the resource lives.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
provisioningState
public abstract ProjectProvisioningState provisioningState()
Gets the provisioningState property: The project's provisioning state.
Returns:
refresh
public abstract Project refresh()
Refreshes the resource to sync with Azure.
Returns:
refresh
public abstract Project refresh(Context context)
Refreshes the resource to sync with Azure.
Parameters:
Returns:
region
public abstract Region region()
Gets the region of the resource.
Returns:
regionName
public abstract String regionName()
Gets the name of the resource region.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
sourceConnectionInfo
public abstract ConnectionInfo sourceConnectionInfo()
Gets the sourceConnectionInfo property: Information for connecting to source.
Returns:
sourcePlatform
public abstract ProjectSourcePlatform sourcePlatform()
Gets the sourcePlatform property: Source platform for the project.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
tags
public abstract Map<String,String> tags()
Gets the tags property: Resource tags.
Returns:
targetConnectionInfo
public abstract ConnectionInfo targetConnectionInfo()
Gets the targetConnectionInfo property: Information for connecting to target.
Returns:
targetPlatform
public abstract ProjectTargetPlatform targetPlatform()
Gets the targetPlatform property: Target platform for the project.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract Project.Update update()
Begins update for the Project resource.
Returns: