Class GetAssessmentProjectsOperationResult


  • public final class GetAssessmentProjectsOperationResult
    extends java.lang.Object
    • Method Detail

      • assessmentSolutionId

        public java.util.Optional<java.lang.String> assessmentSolutionId()
        Returns:
        Assessment solution ARM id tracked by Microsoft.Migrate/migrateProjects.
      • createdTimestamp

        public java.lang.String createdTimestamp()
        Returns:
        Time when this project was created. Date-Time represented in ISO-8601 format.
      • customerStorageAccountArmId

        public java.util.Optional<java.lang.String> customerStorageAccountArmId()
        Returns:
        The ARM id of the storage account used for interactions when public access is disabled.
      • customerWorkspaceId

        public java.util.Optional<java.lang.String> customerWorkspaceId()
        Returns:
        The ARM id of service map workspace created by customer.
      • customerWorkspaceLocation

        public java.util.Optional<java.lang.String> customerWorkspaceLocation()
        Returns:
        Location of service map workspace created by customer.
      • id

        public java.lang.String id()
        Returns:
        Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
      • location

        public java.lang.String location()
        Returns:
        The geo-location where the resource lives
      • name

        public java.lang.String name()
        Returns:
        The name of the resource
      • privateEndpointConnections

        public java.util.List<PrivateEndpointConnectionResponse> privateEndpointConnections()
        Returns:
        The list of private endpoint connections to the project.
      • projectStatus

        public java.util.Optional<java.lang.String> projectStatus()
        Returns:
        Assessment project status.
      • provisioningState

        public java.util.Optional<java.lang.String> provisioningState()
        Returns:
        The status of the last operation.
      • publicNetworkAccess

        public java.util.Optional<java.lang.String> publicNetworkAccess()
        Returns:
        This value can be set to 'enabled' to avoid breaking changes on existing customer resources and templates. If set to 'disabled', traffic over public interface is not allowed, and private endpoint connections would be the exclusive access method.
      • serviceEndpoint

        public java.lang.String serviceEndpoint()
        Returns:
        Endpoint at which the collector agent can call agent REST API.
      • systemData

        public SystemDataResponse systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • tags

        public java.util.Map<java.lang.String,​java.lang.String> tags()
        Returns:
        Resource tags.
      • type

        public java.lang.String type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
      • updatedTimestamp

        public java.lang.String updatedTimestamp()
        Returns:
        Time when this project was last updated. Date-Time represented in ISO-8601 format.